I'm making an application for AndroidTV and get the error
java.lang.UnsatisfiedLinkError:
dalvik.system.PathClassLoader[DexPathList[[zip file
"/data/app/mytv.mytv-2/base.apk"
on a NexusPlayer with Android 6.0.1. Curious that it works on a smart TV with Android 5.1.1.
The whole text error is:
java.lang.UnsatisfiedLinkError:
dalvik.system.PathClassLoader[DexPathList[[zip file
"/data/app/mytv.mytv-2/base.apk"],nativeLibraryDirectories=[/data/app/mytv.mytv-2/lib/x86, /data/app/mytv.mytv-2/base.apk!/lib/x86, /vendor/lib, /system/lib]]]
couldn't find "libnmpsdk.so"
if helps.
(jniLabs is fine with 2 folders armeabi and armeabi-v7a and each one has libnmpsdk.so)
The error line that log is showing me has this part of code:
static {
System.loadLibrary("nmpsdk");
}
If anyone had encountered this problem please let me know, i haven't found anything that solves it yet.
Thanks in advance.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…