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

ref. Unity - Manual: Create and use plug-ins in Android

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

You have to build on actual Android device.