breautek commented on issue #947: URL: https://github.com/apache/cordova-lib/issues/947#issuecomment-3065736200
The current supported version of cordova-android is version 14. Can you try upgrading? ``` cordova platform remove android cordova platform add android@14 ``` cordova-android@14 may require workstation updates, See https://cordova.apache.org/announcements/2025/03/26/cordova-android-14.0.0.html for the full release notes, including list of breaking changes. cordova-android@13 only supports upto SDK 34, which no longer meets the requirements of Google Play store. cordova-android@14 will target and compile with SDK 35 by default, meeting the current requirements of the Google Play store. I'd advise removing the `android-compileSdkVersion` and `android-targetSdkVersion` preferences in your `config.xml` if you have them explicitly configured, or at least set them both to `35`. -- 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]
