Explorar el Código

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.
sublimemm hace 1 año
padre
commit
fcb3cf530d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tutorials/export/exporting_for_android.rst

+ 2 - 2
tutorials/export/exporting_for_android.rst

@@ -18,10 +18,10 @@ The following steps detail what is needed to set up the Android SDK and the engi
     Projects written in C# using Godot 4 currently cannot be exported to Android.
     Projects written in C# using Godot 4 currently cannot be exported to Android.
     To use C# on Android, use Godot 3 instead.
     To use C# on Android, use Godot 3 instead.
 
 
-Install OpenJDK 11
+Install OpenJDK 17
 ------------------
 ------------------
 
 
-Download and install  `OpenJDK 11 <https://adoptium.net/?variant=openjdk11>`__.
+Download and install  `OpenJDK 17 <https://adoptium.net/temurin/releases/?variant=openjdk17>`__.
 
 
 Download the Android SDK
 Download the Android SDK
 ------------------------
 ------------------------