I am following the steps outlined at http://techiedreams.com/android-zxing-barcode-scanner-integration/ to embed QR scanning into my Android app. Instead of building the .jar files myself, I have downloaded them directly from http://repo1.maven.org/maven2/com/google/zxing/.
The problem is none of the jar files below contain com.google.zxing.client.android.CaptureActivity class that is required for integration.
http://repo1.maven.org/maven2/com/google/zxing/core/3.1.0/core-3.1.0.jar http://repo1.maven.org/maven2/com/google/zxing/android-core/3.1.0/android-core-3.1.0.jar http://repo1.maven.org/maven2/com/google/zxing/android-integration/3.1.0/android-integration-3.1.0.jar
All these jars are at the latest version as of this post. Wondering if I missed something. Regards.