File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
engine_details/development/compiling Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments