breautek commented on issue #1394: URL: https://github.com/apache/cordova-android/issues/1394#issuecomment-1027272785
Docs needs to be updated (it's missing cordova-android 10) but cordova-android@10 is the official version that supports API 30 and will target API 30 by default. `android-targetSdkVersion` preference can be used to override the target API but it may or may not work on all cordova-android versions (e.g. just because you target a specific API level, doesn't mean the underlying platform code actually **supports** that API level) I suspect you have cordova-android 9 installed, which by default targets API 29. cordova-android 9 itself will work while targeting API 30 using the aforementioned preference but plugin support may vary. Closing as not-a-bug. If you have anymore questions, don't hesitate to ask. -- 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]
