android-ndk-gif icon indicating copy to clipboard operation
android-ndk-gif copied to clipboard

Android 7.1 UnsatisfiedLinkError

Open LeaderYang opened this issue 6 years ago • 1 comments

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!

LeaderYang avatar Aug 16 '18 08:08 LeaderYang

I think you should use the latest version implementation 'com.waynejo:androidndkgif:0.3.3'

alexhorsa avatar Nov 04 '19 10:11 alexhorsa