Recently, I meet such a problem when I use jni with android application, when apk is built, test.so is placed in lib / armeabi / in apk package, when I install this apk as a user application, it can start and find the library when using System.LoadLibrary () to find it. and when I install it in system / app, it cannot find the library. Has anyone encountered such a problem before and could not tell me how to solve this, thanks for any suggestions.
source
share