We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,在我运行程序时,报以下错误 java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.zj.play-JpGtsfCCdDcSzX7kBcSH5g==/base.apk"],nativeLibraryDirectories=[/data/app/com.zj.play-JpGtsfCCdDcSzX7kBcSH5g==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libnative-lib.so"
我在app下的 build.gradle里的 defaultConfig增加了如下配置 ndk { abiFilters 'x86_64','armeabi-v7a','x86',"armeabi","arm64-v8a" } 但是还是不行。
特此想请教一下
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,在我运行程序时,报以下错误
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.zj.play-JpGtsfCCdDcSzX7kBcSH5g==/base.apk"],nativeLibraryDirectories=[/data/app/com.zj.play-JpGtsfCCdDcSzX7kBcSH5g==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libnative-lib.so"
我在app下的 build.gradle里的 defaultConfig增加了如下配置
ndk {
abiFilters 'x86_64','armeabi-v7a','x86',"armeabi","arm64-v8a"
}
但是还是不行。
特此想请教一下
The text was updated successfully, but these errors were encountered: