-
Notifications
You must be signed in to change notification settings - Fork 952
New issue
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
Doesn't work on Android 6 #49
Comments
What's the CPU Arch ? |
I think it doesn't matter, I tested on |
So it crashed on simulator. Got it. Thanks. |
@jpxiong actually that crash log is from Google Play. The Full log:
Nexus 7 (flo) (Android 6) |
A workaround is to compile with SDK 22. |
on nexus 5 (6.0) work sueecess! |
W/System.err: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader [DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/ 1/base.apk"],nativeLibraryDirectories=[/data/app//lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libpldroidplayer.so" |
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/us.inevent.apps.demo-2/base.apk"],nativeLibraryDirectories=[/data/app/us.inevent.apps.demo-2/lib/arm, /vendor/lib, /system/lib]]] couldn't find "libpldroidplayer.so"
The text was updated successfully, but these errors were encountered: