apache / cordova-android

Apache Cordova Android
https://cordova.apache.org/
Apache License 2.0
3.59k stars 1.52k forks source link

Not able to add platform using cordova-android 12 #1656

Closed kunalSBasic closed 8 months ago

kunalSBasic commented 8 months ago

Hello everyone,

I hope you're doing well. I'm currently facing an issue while trying to install Cordova-Android 12 for my project. I thought I'd reach out here to see if anyone else has encountered a similar problem or has insights on how to resolve it.

Error Message: Upon executing the command ionic cordova platform add android@latest, I'm presented with the following error message:

Screenshot 2023-08-29 at 10 40 57 PM

Running command cordova -v: 12.0.0 (cordova-lib@12.0.1)

Running command ionic info:

Screenshot 2023-08-29 at 10 46 24 PM
jcesarmobile commented 8 months ago

cordova-support-google-services and cordova-plugin-androidx are not supported and also not needed in cordova-android 12, so uninstall them and that should allow the platform to install.