awxkee/avif-coder

Failed to resolve: com.github.awxkee:avif-coder:1.0.14

nnoli90 opened this issue · 4 comments

importing the library failed

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.myapplication-FbM5IlOmi9yL2_qpnGzwJg==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.myapplication-FbM5IlOmi9yL2_qpnGzwJg==/lib/x86, /data/app/com.example.myapplication-FbM5IlOmi9yL2_qpnGzwJg==/base.apk!/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libcoder.so"

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.myapplication-FbM5IlOmi9yL2_qpnGzwJg==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.myapplication-FbM5IlOmi9yL2_qpnGzwJg==/lib/x86, /data/app/com.example.myapplication-FbM5IlOmi9yL2_qpnGzwJg==/base.apk!/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libcoder.so"

crashes when with this error on android 8.1

awxkee commented

Hi,
Library do not contains built binaries for x86 arch, only x86_64, armeabi and arm64. I decided not to build binary due to very limited devices count but quite aggressive library size increase for every arch.

Okay thanks for the Amazing library