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
Put
compile 'com.google.zxing:core:2.3.0'
into your Gradle dependencies. As easy as that. Prior to using Android Studio and Gradle build system.