1
votes

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.

1

1 Answers

0
votes

Yes, it is not a library component and you are not meant to call it that way. The source is available but it is not distributed as a Maven artifact. It is part of an app.