-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cordova qrcode scanner #1758
Comments
Based on the given output for the first one, barcodescanner it looks like it might include its own gradle files which hasn't been updated.
This refers to dependency references, in most cases the suitable replacement is Old:
New:
This is saying that the For the QR scanner plugin, it looks like it suffers from the same issues, but I had a peak at https://github.com/bitpay/cordova-plugin-qrscanner/blob/master/src/android/qrscanner.gradle and it uses Additionally it uses
Certainly is possible. You can try scanning through forks (https://github.com/phonegap/phonegap-plugin-barcodescanner/forks or https://github.com/bitpay/cordova-plugin-qrscanner/forks), or even fork the plugin itself. It seems obvious that the original authors are no longer maintaining these plugins. Alternatively a new plugin can be created. I'm closing this issue because it doesn't describe any issues related to Apache's Cordova Android. But I hope the information I've provided helps. |
I would like to scan the QR code with my Cordova app but I'm having trouble build it.
I searched for some plugins to do this but the ones I found are old and it fails in the build.
These are the plugin found:
https://github.com/phonegap/phonegap-plugin-barcodescanner
this is the error:
and the other one
https://github.com/bitpay/cordova-plugin-qrscanner
this is the error:
The issues is the same.
Is it possible that there are no plugins to scan qr code?... or is there another way that I haven't evaluated?
The text was updated successfully, but these errors were encountered: