Folks,
I am working on an android application where I need a third party .so library. I built this third party library (with ndk-build) as per their instructions and
As mentioned in the previous answers, No JNI_OnLoad is only a warning.
I had got similar problem, I figured the problem is because of file operations.
My app was not having external storage write permission.After adding the below code in manifest it was working fine