Skip to content

Commit aa8bd61

Browse files
committed
Update Android build requirements
1 parent 5a7b642 commit aa8bd61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

engine_details/development/compiling/compiling_for_android.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Setting up the buildsystem
7676

7777
::
7878

79-
cmdline-tools/latest/bin/sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;35.0.0" "platforms;android-35" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;28.1.13356709"
79+
cmdline-tools/latest/bin/sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;35.0.1" "platforms;android-35" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;28.1.13356709"
8080

8181
- After setting up the SDK and environment variables, be sure to
8282
**restart your terminal** to apply the changes. If you are using

tutorials/export/exporting_for_android.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Download and install the Android SDK.
3838
- Ensure that the `required packages <https://developer.android.com/studio/intro/update#required>`__ are installed as well.
3939

4040
- Android SDK Platform-Tools version 35.0.0 or later
41-
- Android SDK Build-Tools version 35.0.0
41+
- Android SDK Build-Tools version 35.0.1
4242
- Android SDK Platform 35
4343
- Android SDK Command-line Tools (latest)
4444

@@ -54,7 +54,7 @@ Download and install the Android SDK.
5454

5555
::
5656

57-
sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;35.0.0" "platforms;android-35" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;28.1.13356709"
57+
sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;35.0.1" "platforms;android-35" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;28.1.13356709"
5858

5959
.. note::
6060

0 commit comments

Comments
 (0)