Getting started with ZXing on Android

后端 未结 8 820
野性不改
野性不改 2021-01-06 12:05

I\'m trying to add ZXing to my project (add a button which calls the scanner upon press). I found this: http://groups.google.com/group/android-developers/browse_thread/threa

8条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-06 12:46

    1. Turn on SD card for the emulator.
    2. Copy link to BarcodeScaner found on ZXing download page
    3. Open browser in emulator and point to link edit box
    4. Enter terminal and command adb shell input text 'https://code.google.com/p/zxing/downloads/detail?name=BarcodeScanner-4.5.1.apk&can=2&q=' - the link is link found on ZXing download page
    5. Link copied to browser so you can download and install it. This solves described issue.

提交回复
热议问题