Integrating the ZXing library directly into my Android application

后端 未结 17 1631
[愿得一人]
[愿得一人] 2020-11-22 04:35

I\'m writing this in mere desperation :) I\'ve been assigned to make a standalone barcode scanner (as a proof of concept) to an Android 1.6 phone.

For this i\'ve dis

17条回答
  •  花落未央
    2020-11-22 05:31

    2020 UPDATE: Just add this to your Gradle file. It works perfectly!

    repositories {
       jcenter()
    }
    implementation 'me.dm7.barcodescanner:zxing:1.9.13'
    

提交回复
热议问题