-1

It's my first question but I will try to explain the problem properly. I am tring to use ZBar (Barcode reader) in my android app. I don't want to use another barcode reader installed on the phone but implement ZBar into my code. I tried tips from here on how this could be done. The problem is I can't use hardware.Camera. I have attached a few print screens:

AndroidManifest.xml

enter image description here

zapping
  • 4,118
  • 6
  • 38
  • 56
sakul
  • 124
  • 2
  • 12

1 Answers1

0

If you are using Android studio add in your gradle :

compile 'me.dm7.barcodescanner:zbar:1.8.4'

And read how to user: (Repo + Tutorial)

https://github.com/dm77/barcodescanner#zbar

Cliff
  • 682
  • 8
  • 30