System.DllNotFoundException in android
Closed this issue · 3 comments
shalumhmd commented
Neelarghya commented
Could you unzip (change extension to .zip or .rar and unzip/unrar) the APK that you are building and check if all the .so files that are there inside the Assets/Plugins/Android are also packaged in your APK?
shalumhmd commented
hi Neelarghya,
The build works fine when I build your git project.
But when I export the files to another project and build them in android, it shows the above error.
I check the plugin folder and apk. it contains all the so files
re-cheid commented
Had the same problem.
Seems like in the build settings the scripting backend must be Mono.
This problem always occpurs when IL2CCP is selected