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 2020/12/11 16:52:04 UTC

[GitHub] [cordova-android] Fever905 commented on issue #1006: [feature-request] change the default target sdk to (API Level 30)

Fever905 commented on issue #1006:
URL: https://github.com/apache/cordova-android/issues/1006#issuecomment-743305733


   > I have a brand new Pixel 4a 5G and I can't install my API level 29 cordova app. Not compatible. When will we be able to target API 30?
   
   You can still target 30 - I use these preferences:
   		<preference name="android-minSdkVersion" value="19" />
   		<preference name="android-maxSdkVersion" value="30" />	
   		<preference name="android-targetSdkVersion" value="30" />
   
   My app works on Android 11 and shows the targer SDK as 30 (see pic)
   ![image](https://user-images.githubusercontent.com/2319655/101931337-4352a900-3ba7-11eb-9f06-95d218e4bfcd.png)
   


----------------------------------------------------------------
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.

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