Fully find several native libraries to download. Just copy them to the / libs / CPU _ARCH / directory. However, all libraries must have the same architecture. If let say libfoo.so is armeabi, but libbar.so is x86, then only one will be copied (in my experience some time ago).
Then you can download it:
static {
If System.loadLibrary () fails, you can try loading the full path using System.load () or Runtime.getRuntime (). load ()
source share