- Home /
Android Native Plugin (*.SO)
Hello I have question about Android Native (c++, .so)
first i download http://docs.unity3d.com/uploads/Main/AndroidNativePlugin.zip it's a official sample and change platform to android
i tried to test it but it didn't work error : DLLNotFoundException
anyone can use .so on andriod? pls tell me what wrong or how to make it work
Plugins require Unity Pro, so first question to you would be: Do you have Unity Pro and Unity Android Pro?
Answer by ojjsaw · Sep 19, 2015 at 05:22 PM
the sample .so is not compiled for all the architectures. So for instance you were on an x86 android it would not work... you would have to reexport it with that architecture for the sample to work...
Note: if the .so is not compatible for the device DLLNotFoundException will be thrown(even if you have included it).. @ibankzero