mrmaffen / vlc-android-sdk

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
792 stars 244 forks source link

error vlc in marshmallow - x86_64 #65

Closed yongkimayongga closed 7 years ago

yongkimayongga commented 7 years ago

i get this error when i use vlc in marshmallow, but when vlc play in kitkat or jellybeans its work, can you help me?

error : E/UncaughtException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/id.co.tes.app-1/base.apk"],nativeLibraryDirectories=[/data/app/id.co.tes.app-1/lib/x86_64, /data/app/id.co.tes.app-1/base.apk!/lib/x86_64, /vendor/lib64, /system/lib64]]] couldn't find "libyaudio.so"

i'm already add this in build gradle : ndk { abiFilters "arm64","arm64-v8a", "armeabi-v7a","mips", "x86"//, "x86_64" } and this one in gradle.properties : android.useDeprecatedNdk=true;

Thank you