On the Samsung s6 galaxy, my application crashes when I call zbar sdk to scan. I think this is due to the fact that I do not have a z64 version for arm64.
This is the end of the crash log:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/.../base.apk"],nativeLibraryDirectories=[/data/app/.../lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libiconv.so" at java.lang.Runtime.loadLibrary(Runtime.java:366)
I saw in my project that I do not have arm64 jni libs for zbar is this connected? and if so, where can I get libiconv.so libzbarjni.so for arm64?
source share