File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Exporting for Android
13
13
Exporting for Android has fewer requirements than compiling Godot for Android.
14
14
The following steps detail what is needed to set up the Android SDK and the engine.
15
15
16
- Install OpenJDK 11
16
+ Install OpenJDK 17
17
17
------------------
18
18
19
- Download and install `OpenJDK 11 <https://adoptium.net/?variant=openjdk11 >`__.
19
+ Download and install `OpenJDK 17 <https://adoptium.net/?variant=openjdk17 >`__.
20
20
21
21
Download the Android SDK
22
22
------------------------
@@ -29,8 +29,8 @@ Download and install the Android SDK.
29
29
- Ensure that the `required packages <https://developer.android.com/studio/intro/update#recommended >`__ are installed as well.
30
30
31
31
- 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
34
34
- Android SDK Command-line Tools (latest)
35
35
- CMake version 3.10.2.4988404
36
36
- NDK version r23c (23.2.8568313)
@@ -41,7 +41,7 @@ Download and install the Android SDK.
41
41
42
42
::
43
43
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 "
45
45
46
46
.. note ::
47
47
You can’t perform that action at this time.
0 commit comments