Skip to content

Commit

Permalink
Merge pull request #2282 from emilisev/remove-gralde
Browse files Browse the repository at this point in the history
Remove gradle
  • Loading branch information
psonnera authored Jan 6, 2025
2 parents 421e711 + ecc8028 commit 805ff2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
13 changes: 4 additions & 9 deletions docs/EN/Maintenance/UpdateToNewVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,12 @@ If you update from versions prior to 2.8.x, please follow the instructions to do

![Android Studio - Gradle Sync](../images/studioSetup/40_BackgroundTasks.png)

### Check JVM and Gradle versions
### Check JVM version

These checks are particularly indicated if you have already built a previous version of **AAPS** on the same computer.
This check is particularly indicated if you have already built a previous version of **AAPS** on the same computer.

Check in the [Building Instructions](#Building-APK-recommended-specification-of-computer-for-building-apk-file) the required versions for JVM and Gradle, matching the **AAPS** version you are now building.

For Gradle, go to **File > Project Structure** (1). In the **Project** tab (2), check that **Gradle version** (3) is the appropriate one. If you don't find the required version, you are using an outdated Android Studio version (check previous step about minimal Android Studio version).

![Check Gradle version](../images/studioTroubleshooting/gradle_version.png)

For the JVM version, follow the steps described at [Incompatible Gradle JVM](#incompatible-gradle-jvm) to make sure you currently use the correct version.
Check in the [Building Instructions](#Building-APK-recommended-specification-of-computer-for-building-apk-file) the required version for JVM, matching the **AAPS** version you are now building.
Then follow the steps described at [Incompatible Gradle JVM](#incompatible-gradle-jvm) to make sure you currently use the correct version.

(Update-to-new-version-build-the-signed-apk)=
### Build the Signed APK
Expand Down
4 changes: 3 additions & 1 deletion docs/EN/SettingUpAaps/BuildingAaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ See [FAQ page](../UsefulLinks/FAQ.md) for details.
| [3.2](#version3200) | Hedgehog (2023.1.1) | Iguana (2023.2.1)<br/>Jellyfish (2023.3.1)<br/>Koala (2024.1.1)<br/>Ladybug (2024.2.1)<br/> | 8.2 | 19 |
| [3.3](#version3300) | Ladybug (2024.2.1) | | 8.9 | 21 |

The "preferred version" is packaged with the appropriate Gradle and JVM version. If using a different version, you may encounter issues related to wrong Gradle and/or JVM version. See the [Troubleshooting Android Studio](#troubleshooting_androidstudio-uncommitted-changes) page to help solve these issues.
The "preferred version" is packaged with the appropriate JVM version. If using a different version, you may encounter issues related to JVM version. See the [Troubleshooting Android Studio](#troubleshooting_androidstudio-uncommitted-changes) page to help solve these issues.
If your current Android Studio version is not listed in the table, you must update it first.

The Gradle version is linked to the source code, you will always get the correct Gradle version when downloading / updating the source code. It is mentioned here for reference only, you don't have to take action on it.

* [Windows 32-bit systems](#troubleshooting_androidstudio-unable-to-start-daemon-process) are not supported by Android Studio. Please keep in mind that both **64 bit CPU and 64 bit OS are mandatory condition.** If your system DOES NOT meet this condition, you have to change affected hardware or software or the whole system.

<table class="tg">
Expand Down
Binary file not shown.

0 comments on commit 805ff2a

Please sign in to comment.