almothafar opened a new issue #1178: URL: https://github.com/apache/cordova-android/issues/1178
# Bug Report ## Problem It seems setting targetSdkVersion to 30 not working, it sounds like the same issue as the one closed #846 , I set `<preference name="android-targetSdkVersion" value="30" />` in config.xml and I installed only `platform-30` it keeps asking me to install version 29: ```console #13 394.1 Checking the license for package Android SDK Platform 29 in /opt/android-sdk-linux/licenses #13 394.1 License for package Android SDK Platform 29 accepted. #13 394.1 Preparing "Install Android SDK Platform 29 (revision: 5)". #13 394.1 Warning: Failed to read or create install properties file. #13 394.2 #13 394.2 FAILURE: Build failed with an exception. #13 394.2 #13 394.2 * What went wrong: #13 394.2 Could not determine the dependencies of task ':app:bundleReleaseResources'. #13 394.2 > Failed to install the following SDK components: #13 394.2 platforms;android-29 Android SDK Platform 29 #13 394.2 Install the missing components using the SDK manager in Android Studio. ``` There is no other information to put but it is the same issue as #846 nothing new. ### Version information <!-- What are relevant versions you are using? Latest everything, Cordova 10 and cordova-android 9.0.0 ## Checklist - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [ ] I included all the necessary information above -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
