Integrate ZXing QR code scanner without installing BarCode Scanner

后端 未结 7 1517
忘掉有多难
忘掉有多难 2020-12-02 13:39

I am trying to Integrate ZXing QR Code into my android app without installing BarCode Scanner app, I have followed the steps as:

1) Firstly I have downloaded ZXing.z

7条回答
  •  一个人的身影
    2020-12-02 14:04

    1. After importing Zxing as existing project, Properties > Java Buildpath > Check "is library" (check button) and then try to add Zxing as library.

    2. Make sure webclass.class exist in your QRcodesampleActivity.java

提交回复
热议问题