You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/02/01 20:48:38 UTC

[GitHub] [cordova-android] breautek commented on issue #1394: New Apps require Android API 30+ which Cordova does not provide

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org