Update required JDK version to 17 in Exporting/Compiling for Android

- Recommend Adoptium for OpenJDK builds on both locations for consistency.
This commit is contained in:
Hugo Locurcio
2025-08-22 19:46:23 +02:00
parent 2eb8f3d4f1
commit 47c8938f7f
3 changed files with 9 additions and 9 deletions

View File

@@ -336,7 +336,7 @@ Before you can export your project for Android, you must download the following
software:
* Android SDK: https://developer.android.com/studio/
* Open JDK (**version 11 is required**, more recent versions won't work): https://adoptopenjdk.net/index.html
* OpenJDK (**version 17 is required**, older or newer versions won't work): https://adoptopenjdk.net/index.html
When you run Android Studio for the first time, click on **Configure -> SDK Manager**
and install **Android SDK Platform Tools**. This installs the ``adb``

View File

@@ -13,10 +13,10 @@ Exporting for Android
Exporting for Android has fewer requirements than compiling Godot for Android.
The following steps detail what is needed to set up the Android SDK and the engine.
Install OpenJDK 11
Install OpenJDK 17
------------------
Download and install `OpenJDK 11 <https://adoptium.net/?variant=openjdk11>`__.
Download and install `OpenJDK 17 <https://adoptium.net/?variant=openjdk17>`__.
Download the Android SDK
------------------------