天天看點

java.lang.UnsatisfiedLinkError: Couldn't load x from loader dalvik.system.PathClassLoader

      如果遇到以下error:  完整日志如下   java.lang.UnsatisfiedLinkError: Couldn't load Y from loader dalvik.system.PathClassLoader[DexPathLi [[zip file "/data/app/com.xxx.xxx.xxx-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.xxx.xxx.xxx-1, ...]]]: findLibrary returned null         分析下日志,可能是哪個檔案(庫檔案)沒有了,才會加載不了Y,特别是檢查是否有.so檔案漏了!如果明明有調用該接口卻在libs檔案夾中漏了該檔案,程式就會在運作到該處時崩潰并報如上error!