java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.miimobileapp.miivdo-1/base.apk"],nativeLibraryDirectories=[/vendor/lib64, /system/lib64]]] couldn't find "libvideoeditor_jni.so"
please try as below gradle settings:
gradle.properties:
android.useDeprecatedNdk=true
build.gradle
android {
...
defaultConfig {
...
ndk {
abiFilters "armeabi-v7a", "x86", "armeabi"
}
}
}
gradle.properties:
android.useDeprecatedNdk=false
build.gradle:
android {
...
defaultConfig {
...
ndk {
abiFilters "armeabi-v7a", "x86", "armeabi"
}
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With