-
Notifications
You must be signed in to change notification settings - Fork 783
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
Android Cordova 11 build fails #397
Comments
I got this resolved fixing the gradle script. In gradle 7.0 and higher certain methods have been replaced. Note that the The aforementioned configurations should be replaced by Thus changing the plugin src/android/qrscanner.gradle file fixed the install for me. So far, the plugin has loaded and seems to work fine now on Cordova11 (cordova-android11). Haven't tested iOS yet. Thats next after I rebuild my project for Cordova 11 on the Mac.
|
I have released update 3.0.5 of the cordova-plugin-qrscanner-11 with merged pull requests that should fix both gradle compatiblity and update the xzing-android-embedded package to a higher version, which should apparently make scanning faster. I have tested it on my project but it's still using cordova 10, please let me know if it works for you now when using [email protected] |
A way is to go in your .gradle scanner and modify it accordingly. android -> plugin-qrscanner -> io-qrscanner.gradle -> and instead of compile use implementation. dependencies { |
Getting the following error:
A problem occurred evaluating script.
I got this error on both master 3.0.1 and on a more recent fork [email protected] (May 2022).
About 2 weeks ago I read that there was issue with Cordova 11 and that someone had created another fork for it but I can't recall where I read it or find the fork that fixes it. Can anyone post that link please?
The text was updated successfully, but these errors were encountered: