android-ndk-gif
android-ndk-gif copied to clipboard
Android 7.1 UnsatisfiedLinkError
In my case :some device of Android 7.0 reported a crash by Fabric: Caused by java.lang.UnsatisfiedLinkError dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/-1/base.apk"],nativeLibraryDirectories=[/data/app/-1/lib/arm, /data/app/**-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]] couldn't find "libandroidndkgif.so"
where I called “new GifEncoder()”。And in gradle,I have write this code:
splits { abi { enable true reset() include 'armeabi-v7a' universalApk false } } Can you tell me where is wrong and how to fix it ? Thanks!
I think you should use the latest version
implementation 'com.waynejo:androidndkgif:0.3.3'