java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Is there someone who had experience with this error? java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.swig.simple-2/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "liborg.swig.simple.example.so" Error occurs when I load library by this way. static { System.loadLibrary("example"); } I'm sure 'example' class is exist in the current folder. 回答1: Please note that there's a naming convention. Your lib needs to be called libexample.so . LoadLibrary("example") will