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