I am having trouble importing the zbar library properly.
I am following this guide:
https://github.com/DushyanthMaguluru/ZBarScanner
The guide says:
Download this project and add it as a library project to your existing Android app
I downloaded this project and created a library from ZbarScannerLibary folder. I then set in the properties of my project this liabry to be used.
I then continued the guide, when I started to code the main activity I received errors that variables and imports cannot be resolved.
What am I doing wrong and how can I get the imports to be resolved ?