java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/cn.mark.frame-1/base.apk"],nativeLibraryDirectories=[/data/app/cn.mark.frame-1/lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libdaemon_api21.so"
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
This happens sometimes when Android fails to load the necessary libraries when you install an app. Try reinstalling it or telling your client to reinstall it, as it seems to correctly install the libraries and fixes the problem.
Add an Application.mk file next to your Android.mk file and make APP_PLATFORM to be equal to your minSdkVersion.
Solutions on the web
via GitHub by lmdiloveu
, 1 year agovia Stack Overflow by Herry
, 2 years agovia Stack Overflow by Philipp E.
, 2 years agovia GitHub by JunoNgx
, 1 year agovia Stack Overflow by Name is Nilay
, 2 years agovia Stack Overflow by Crash-ID
, 2 years agojava.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/cn.mark.frame-1/base.apk"],nativeLibraryDirectories=[/data/app/cn.mark.frame-1/lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libdaemon_api21.so"
at java.lang.Runtime.loadLibrary(Runtime.java:366)
at java.lang.System.loadLibrary(System.java:988)
at com.marswin89.marsdaemon.nativ.NativeDaemonAPI21.
(NativeDaemonAPI21.java:20) at com.marswin89.marsdaemon.strategy.DaemonStrategy22$1.run(DaemonStrategy22.java:51)