breautek commented on issue #1572:
URL: 
https://github.com/apache/cordova-android/issues/1572#issuecomment-1474241894

   Support for updated AGP + Gradle will be coming in cordova-android@12 via 
https://github.com/apache/cordova-android/pull/1539
   
   If you opened the native project in Android Studio and accepted the AS 
prompt to upgrade AGP (Android Gradle Plugin), then you'll need to downgrade 
AGP back to version 7.2.1, which is what cordova-android@11 expects.
   
   If the downgrade doesn't work, you may need to rebuild the native project by 
doing:
   
   ```
   cordova platform remove android
   cordova platform add android@11
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to