我正在开发一个原生的
android应用程序,并使用一个生成.so文件的开源库.面对一个奇怪的行为.
在最初的几次,应用程序运行得非常好,库已加载.但现在它无法找到图书馆并给出 –
在最初的几次,应用程序运行得非常好,库已加载.但现在它无法找到图书馆并给出 –
java.lang.UnsatisfiedLinkError: Couldn’t load : findLibrary
returned null
.Below很少观察:1.当我提取.apk文件时,库(.so)出现在“lib / armeabi”文件夹下. 2.但是当我尝试搜索库(.so)进入设备提取路径时
/data/data//lib/
,its not present. Any suggestions as to why this strange behavior is happening and why the .so file is not getting extracted under /data/data/com.ibm.homeScreen/lib/ folder.
提前致谢!