breautek commented on issue #337: URL: https://github.com/apache/cordova/issues/337#issuecomment-1204341486
> The latest android platform that [Cordova-Android@11.0.0] supports is android 10.1.2 This statement doesn't make a whole lot of sense. android 10.1.2 as shown in your installed platforms is the installed cordova-android version. You can upgrade it by running these commands: ``` cordova platform remove android cordova platform add android@11 ``` Which will install the latest release of cordova-android@11. cordova-android@11 supports API 31 and 32. By default it will target API 32. Locking this thread to avoid further hijacking. If you have further questions, I'd suggest asking our [Slack Community](https://join.slack.com/t/cordova/shared_invite/zt-z70vy6tx-7VNulesO0Qz0Od9QV4tc1Q) -- 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: commits-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org