如何在Android中实现Zxing Intent Integrator.java

时间:2011-06-13 07:41:34

标签: android barcode

我正在研究条形码扫描仪。

我有Zxing IntentIntegrator.java文件。我不知道如何在我的应用程序中使用此文件让我的应用程序工作。

任何人都可以帮忙吗?

2 个答案:

答案 0 :(得分:3)

请尝试以下链接:http://www.falatic.com/index.php/12/building-zxing-for-android-part-3-using-eclipse这有助于将zxing条形码扫描仪与我们的应用程序集成。

答案 1 :(得分:0)

android_integration_supportv4.jar(位于zxing-2.1\android-integration)粘贴到eclipse(adt)项目树中的libs文件夹中。

您应该通过右键单击文件夹并选择

来创建依赖项
build path->Configure build path...

在对话框中单击添加jar按钮,然后选择刚刚添加的android_integration_supportv4.jar