Skip to content

Commit fcb3cf5

Browse files
authored
Latest android requires higher java
Latest android sdkmanager requires java greater than 11. bumping the export tutorial version to java 17, the latest LTS version.
1 parent 8feb04f commit fcb3cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/export/exporting_for_android.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ The following steps detail what is needed to set up the Android SDK and the engi
1818
Projects written in C# using Godot 4 currently cannot be exported to Android.
1919
To use C# on Android, use Godot 3 instead.
2020

21-
Install OpenJDK 11
21+
Install OpenJDK 17
2222
------------------
2323

24-
Download and install `OpenJDK 11 <https://adoptium.net/?variant=openjdk11>`__.
24+
Download and install `OpenJDK 17 <https://adoptium.net/temurin/releases/?variant=openjdk17>`__.
2525

2626
Download the Android SDK
2727
------------------------

0 commit comments

Comments
 (0)