Files
qt5/coin/provisioning/common/linux/android/gradle_project
Rami Potinkara 5393e187d3 Provisioning: update Gradle cache to Android SDK 35
This task updated the build.gradle of Gradle cache
to use SDK 35 for compile and target.

Task-number: QTBUG-130285
Task-number: QTBUG-129461
Pick-to: 6.8 6.5
Change-Id: I076211baf896e65aae3b616a3d6286258c3d0640
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit ed0dc6ad5a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-04-02 11:51:22 +00:00
..

Android Gradle Project for COIN

This project is used to at provisioning time to do an Android Gradle build that will download Gradle binaries and AGP dependencies, then they will be cached allowing consecutive builds, i.e. at test runs to not redownload the Gradle binaries which tend to run into network issues and thus improving the reliability of the Android integrations on COIN.

The project is a basic empty views Android project that can be created by Android Studio, it's Java based. Below is some extra details on relevant files that might need updates in the future:

  • settings.gradle: mainly sets the the project name
  • under app/src/main/ res/layout/activity_main.xml and src//.java: sets the layout and logic of the app, this shouldn't need to be touched.
  • AndroidManifest.xml / app/build.gradle: Sets project settings like target version.
  • gradle/libs.versions.toml: This sets the version numbers of various dependencies.

Other files required for the project build are gradle wrapper and scripts which are fetched by android_linux.sh from qtbase.