android 条码识别软件开发全解析
2010-11-05 00:58:42 来源:WEB开发网cd 到core目录 然后ant!
BUILD SUCCESSFUL
Total time: * second
表示成功编译!
然后编译android
cd ../android
ant
好了!有了核心包后我们可以就可以导入到项目工程里去了,现在是不是就不报错了!而且还可以直接运行的!
如图:
ZXingTestActivity为其zxing运用的例子,这是学习zxing的一个很好的帮助!这个例子运行前提也是必需先安装BarcodeScanner3.5.apk
android 目录则是前篇我博客讲调用时必需安装的一个组件BarcodeScanner3.5.apk的源码。呵呵,我想大家就知道了,对了,
想不安装我们可以直接在源码上进行修改并进行编译,就ok了。
希望我的这几篇文章可以给大家有些帮助,也算引个方向,最后更深入学习代码,就只能看自己了!
大家肯定比我聪明,会很快读懂源码并很快应用起来,如有什么问题希望大家一起探讨学习,不断进步!
下几篇博客我想可以写一些基于 zxing条码识别自己的运用程序示例了!如果大家有兴趣我会和大家一起分享!好了,今天就写到这里了!
另附编译说明:
官网引用详细参见:
# Download and install the latest public Android SDK.
# Edit build.properties at the top level of the project, and change the android-home property to point to the SDK install location
# Download Proguard, version 4.4 minimum, and install it where you like.
# Edit build.properties and set proguard-jar to the full path (including the filename) of the ProGuard library.
# Build core; Note that core must be built without debug symbols to avoid an incompatibility between proguard and the Android tool chain:
cd core
ant clean build-no-debug
# Build android:
cd ../android
ant
另外我上传已经编译我的jar包供大家下载:
http://files.cnblogs.com/tankaixiong/zxing%e6%a0%b8%e5%bf%83%e5%8c%85.rar
更多精彩
赞助商链接