From fcb3cf530d72f36945e174d6774edfe36a269262 Mon Sep 17 00:00:00 2001 From: sublimemm Date: Wed, 20 Sep 2023 12:41:58 -0400 Subject: [PATCH 1/2] 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. --- tutorials/export/exporting_for_android.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/export/exporting_for_android.rst b/tutorials/export/exporting_for_android.rst index 82dfe234245..077573fafec 100644 --- a/tutorials/export/exporting_for_android.rst +++ b/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. To use C# on Android, use Godot 3 instead. -Install OpenJDK 11 +Install OpenJDK 17 ------------------ -Download and install `OpenJDK 11 `__. +Download and install `OpenJDK 17 `__. Download the Android SDK ------------------------ From f8b36e079187b82f7d66f36274e69552dcb0d4d5 Mon Sep 17 00:00:00 2001 From: sublimemm Date: Wed, 20 Sep 2023 12:56:30 -0400 Subject: [PATCH 2/2] Update tutorials/export/exporting_for_android.rst Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> --- tutorials/export/exporting_for_android.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/export/exporting_for_android.rst b/tutorials/export/exporting_for_android.rst index 077573fafec..27f84c1648a 100644 --- a/tutorials/export/exporting_for_android.rst +++ b/tutorials/export/exporting_for_android.rst @@ -21,7 +21,7 @@ The following steps detail what is needed to set up the Android SDK and the engi Install OpenJDK 17 ------------------ -Download and install `OpenJDK 17 `__. +Download and install `OpenJDK 17 `__. Download the Android SDK ------------------------