Skip to content

Commit 7fc8c84

Browse files
authored
Update android SDK and Java version [3.6] (#9747)
* Update android SDK and Java version [3.6] * Update `build tools` and `ndk` version * Update `ndk` version
1 parent fec4823 commit 7fc8c84

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorials/export/exporting_for_android.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Exporting for Android
1313
Exporting for Android has fewer requirements than compiling Godot for Android.
1414
The following steps detail what is needed to set up the Android SDK and the engine.
1515

16-
Install OpenJDK 11
16+
Install OpenJDK 17
1717
------------------
1818

19-
Download and install `OpenJDK 11 <https://adoptium.net/?variant=openjdk11>`__.
19+
Download and install `OpenJDK 17 <https://adoptium.net/?variant=openjdk17>`__.
2020

2121
Download the Android SDK
2222
------------------------
@@ -29,8 +29,8 @@ Download and install the Android SDK.
2929
- Ensure that the `required packages <https://developer.android.com/studio/intro/update#recommended>`__ are installed as well.
3030

3131
- Android SDK Platform-Tools version 30.0.5 or later
32-
- Android SDK Build-Tools version 30.0.3
33-
- Android SDK Platform 33
32+
- Android SDK Build-Tools version 34.0.0
33+
- Android SDK Platform 34
3434
- Android SDK Command-line Tools (latest)
3535
- CMake version 3.10.2.4988404
3636
- NDK version r23c (23.2.8568313)
@@ -41,7 +41,7 @@ Download and install the Android SDK.
4141

4242
::
4343

44-
sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;30.0.3" "platforms;android-31" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;21.4.7075529"
44+
sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;34.0.0" "platforms;android-34" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;23.2.8568313"
4545

4646
.. note::
4747

0 commit comments

Comments
 (0)