ANDROIDX_VERSION issue
Closed this issue · 1 comments
Make-It-Racing commented
This is amazing, thank you so much for the video and the code.
I was straggling with one thing and I think it can save lots of time to others if you mention this.
The pacakge.json file has this code:
"cordova.plugins.diagnostic": {
"ANDROIDX_VERSION": "1.+"
}
The "+" means it will use the latest version available, in my case that was a newer version than the one you used when recording the video, this created lots of issues and errors (the newer versions have other dependencies).
To fix this the code should be replaced with:
"cordova.plugins.diagnostic": {
"ANDROIDX_VERSION": "1.0.0"
}
rmptxf commented
You're very welcome, and glad you found it helpful!
Thanks a lot for mentioning this issue @PlayRobotics.
I have updated it.
…On Thu, Jan 27, 2022 at 1:25 PM PlayRobotics ***@***.***> wrote:
This is amazing, thank you so much for the video and the code.
I was straggling with one thing and I think it can save lots of time to
others if you mention this.
The pacakge.json file has this code:
"cordova.plugins.diagnostic": {
"ANDROIDX_VERSION": "1.+"
}
The "+" means it will use the latest version available, in my case that
was a newer version than the one you used when recording the video, this
created lots of issues and errors (the newer versions have other
dependencies).
To fix this the code should be replaced with:
"cordova.plugins.diagnostic": {
"ANDROIDX_VERSION": "1.0.0"
}
—
Reply to this email directly, view it on GitHub
<#1>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/APQS4MTZ4PNBPCQTO4CKERDUYE2U7ANCNFSM5M5YE5OQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>