mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
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:
@@ -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``
|
||||
|
||||
@@ -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
|
||||
------------------------
|
||||
|
||||
Reference in New Issue
Block a user