android/build.gradle
-
Hello, I'm looking for the "android/build.gradle" folder. I've created a Qt Quick Application project and installed all the kits. However, when I run the program the error message tells me that the dependency 'androidx.core:core:1.10.1' and 'androidx.annotation:annotation-experimental:1.3.0' requires my project to be compiled with a compileSdkVersion of at least 33, but my project is currently compiled with android-31. Please help me to install the correct compileSDKVersion.
Best regards
-
Hello, I'm looking for the "android/build.gradle" folder. I've created a Qt Quick Application project and installed all the kits. However, when I run the program the error message tells me that the dependency 'androidx.core:core:1.10.1' and 'androidx.annotation:annotation-experimental:1.3.0' requires my project to be compiled with a compileSdkVersion of at least 33, but my project is currently compiled with android-31. Please help me to install the correct compileSDKVersion.
Best regards
@Jean-MARTINON said in android/build.gradle:
Please help me to install the correct compileSDKVersion
Not sure why you're looking for "android/build.gradle" folder when all you need to do is to install SDK 33. I think you can do that directly in QtCreator.
-
Hello, I'm looking for the "android/build.gradle" folder. I've created a Qt Quick Application project and installed all the kits. However, when I run the program the error message tells me that the dependency 'androidx.core:core:1.10.1' and 'androidx.annotation:annotation-experimental:1.3.0' requires my project to be compiled with a compileSdkVersion of at least 33, but my project is currently compiled with android-31. Please help me to install the correct compileSDKVersion.
Best regards
@Jean-MARTINON You need to download the old android sdk manager and install the required compile sdkversion
-
Hello, I'm looking for the "android/build.gradle" folder. I've created a Qt Quick Application project and installed all the kits. However, when I run the program the error message tells me that the dependency 'androidx.core:core:1.10.1' and 'androidx.annotation:annotation-experimental:1.3.0' requires my project to be compiled with a compileSdkVersion of at least 33, but my project is currently compiled with android-31. Please help me to install the correct compileSDKVersion.
Best regards
@Jean-MARTINON Quite some discussions have been made about Android build in this forum. Try to find these topics first. Also what are your OS and Qt Version? What have you done?