@@ -36,9 +36,9 @@ For compiling under Windows, Linux or macOS, the following is required:
3636 **do not use an Android SDK provided by your distribution's repositories as it will often be outdated **.
3737
3838- Gradle (will be downloaded and installed automatically if missing).
39- - JDK 11 (either OpenJDK or Oracle JDK).
39+ - JDK 17 (either OpenJDK or Oracle JDK).
4040
41- - You can download a build from `ojdkbuild <https://github.com/ojdkbuild/ojdkbuild >`_.
41+ - You can download a build from `ojdkbuild <https://adoptium.net/temurin/releases/?variant=openjdk17 >`_.
4242
4343.. seealso :: To get the Godot source code for compiling, see
4444 :ref: `doc_getting_source `.
@@ -51,7 +51,7 @@ For compiling under Windows, Linux or macOS, the following is required:
5151Setting up the buildsystem
5252--------------------------
5353
54- - Set the environment variable ``ANDROID_SDK_ROOT `` to point to the Android
54+ - Set the environment variable ``ANDROID_HOME `` to point to the Android
5555 SDK. If you downloaded the Android command-line tools, this would be
5656 the folder where you extracted the contents of the ZIP archive.
5757
@@ -75,7 +75,7 @@ Setting up the buildsystem
7575 pane, then click on **Environment variables ** on the window that appears.
7676
7777.. seealso :: To set the environment variable on Linux or macOS, use
78- ``export ANDROID_SDK_ROOT =/path/to/android-sdk `` where ``/path/to/android-sdk `` points to
78+ ``export ANDROID_HOME =/path/to/android-sdk `` where ``/path/to/android-sdk `` points to
7979 the root of the SDK directories.
8080
8181Building the export templates
@@ -255,7 +255,7 @@ Troubleshooting
255255Platform doesn't appear in SCons
256256~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
257257
258- Double-check that you've set the ``ANDROID_SDK_ROOT ``
258+ Double-check that you've set the ``ANDROID_HOME ``
259259environment variable. This is required for the platform to appear in SCons'
260260list of detected platforms.
261261See :ref: `Setting up the buildsystem <doc_android_setting_up_the_buildsystem >`
0 commit comments