APP启动时报java.lang.UnsatisfiedLinkError: Couldn't load xxxx.so from loader dalvik.system.PathClassLoad
来源:互联网
安卓开发中经常会碰到如下这个问题:APP启动的时候报下面这个错误,导致崩溃:java.lang.UnsatisfiedLinkError: Couldn't load xxxx.so from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.xx.xx.xx-2.apk"],nativeLibraryDirectories=[/data/app-lib/com.xx.xx.xx-2, /vendor/lib, /system/lib]]]: findLibrary returned nulljava.lang.Un