Hello Everyone,
I have problem with using Native c++ on Android device.
It's simply showing dllnotfoundexception when debugging with ADB.
I try every combination of .dll path (Plugins, Plugins/Android, Root Folder, Library Folder etc)
I try different compiling options Net.2.0 and subset.
It's working perfect on Windows and Editor.
Library is not being load in project, i am using standard command dllimport and it shows error message.
It looks like Library it's not being compiled into project.
I export this to Google Android Project and compile there, but it's still the same.
Library is not .net and i don't have access to edit source code i was trying to decompile but its not being read by .net reflector etc.
Is it still possible somehow to use this file with Android device, like asset or something.
↧