简体   繁体   English

在ZXing的帮助下实施条形码扫描仪

[英]Implementing barcode scanner with help of ZXing

I want to implement ZXing open source barcode scanner in my project and I am following the steps from here , but I am stuck at step 4, I don't see ZXing in library section. 我想在我的项目中实现ZXing开源条码扫描器,我正在按照这里的步骤进行操作,但我在第4步遇到困难,我没有在库部分看到ZXing。

I have done all the above steps correctly 我已正确完成上述所有步骤

you need to install the barcode scanner app.. https://play.google.com/store/apps/details?id=com.google.zxing.client.android&hl=en 您需要安装条形码扫描仪应用程序.. https://play.google.com/store/apps/details?id=com.google.zxing.client.android&hl=en

the intent will call up the app, scan the barcode, then the App will feed back the result into intent activity result 意图将调用应用程序,扫描条形码,然后应用程序将结果反馈到意图活动结果

I am stuck at step 4, I don't see ZXing in library section. 我被困在第4步,我没有在库部分看到ZXing。

Quoting the blog entry: 引用博客条目:

Right-click on ZXing project –> properties –> Android –> Scroll down and check/tick the “Is Library” checkbox –> OK. 右键单击ZXing项目 - >属性 - > Android - >向下滚动并选中/勾选“Is Library”复选框 - >确定。

After that, Step #4 should work properly. 之后,步骤#4应该正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM