Scan QR code from Camera
Scan QR code from Camera
I have a requirement where in I need to scan QR code from my app, for which I need to open camera and scan the code. I followed instructions given in Xamarin.Android - QR Code Reader By Mobile Camera, but I am getting this exception :
Unhandled Exception:
Java.Lang.ClassNotFoundException: com.google.android.gms.vision.barcode.BarcodeDetector$Builder
Is there anything I missed here?
I am using Xamarin.GooglePlayServices.Vision
version 60.1142.1
Xamarin.GooglePlayServices.Vision
60.1142.1
github.com/googlesamples/android-vision/issues
– Martin Zeitler
Aug 21 at 9:54
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Possible duplicate of Google Vision barcode library not found
– Martin Zeitler
Aug 21 at 9:54