byronigoe removed a comment on issue #1178:
URL:
https://github.com/apache/cordova-android/issues/1178#issuecomment-1069382919
I have both SDK 30 and 29 installed. My config.xml has `<preference
name="android-targetSdkVersion" value="30" />` and when I run `cordova platform
add android` I get:
```
Using cordova-fetch for cordova-android@^10.1.1
Adding android project...
android-targetSdkVersion should be greater than or equal to 30.
Creating Cordova project for the Android platform:
Path: platforms\android
Package: com.gunksapps.gunks
Name: Gunks
Activity: MainActivity
Android target: android-30
Subproject Path: CordovaLib
Subproject Path: app
Android project created with [email protected]
```
Note that it says `android-targetSdkVersion should be greater than or equal
to 30.` as though it isn't, but it is. Also, the AndroidManifest (and other
generated files) show 29 instead of 30.
As you can see I'm using cordova-android 10.1.1. I'm at a loss.
--
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]