ZBAR android ARM 64 couldn't find “libiconv.so”

橙三吉。 提交于 2019-12-03 12:59:06

So finally found the zbar 64 bit from here:

https://github.com/SkillCollege/ZBarAndroidSDK/tree/master/ZBarScanProjAll/libs

it is found under arm64-v8a. All i had to do is rename the so file to match my project.

user3295573

I downloaded iconv.so and libZBarDecoder.so in arm64-v8a.

  • Rename libZBarDecoder.so to libzbarjni.so
  • Zip file and rename it to iconv.jar (because "System.loadLibrary("iconv") in my project").

And finally it work. Thanks Noam Segev.

https://github.com/SkillCollege/ZBarAndroidSDK/tree/master/ZBarScanProjAll/libs

For libiconv

Grab the libiconv source, and make an Android.mk makefile. Look at this site (http://groups.google.com/group/android-ndk/browse_thread/thread/012d679319e4ea6e?pli=1) for a prewritten makefile for libiconv and Android. Once you have the Android.mk file you can build using the ndk-build script.

For libzbarjni

http://www.blackdogfoundry.com/blog/?p=139

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!