File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
contributing/development/compiling Expand file tree Collapse file tree 2 files changed +6
-6
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;34 .0.0" "platforms;android-34 " "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;23.2.8568313 "
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 "
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 @@ -37,15 +37,15 @@ Download and install the Android SDK.
3737 - Run it once to complete the SDK setup using these `instructions <https://developer.android.com/studio/intro/update#sdk-manager >`__.
3838 - Ensure that the `required packages <https://developer.android.com/studio/intro/update#required >`__ are installed as well.
3939
40- - Android SDK Platform-Tools version 34 .0.0 or later
41- - Android SDK Build-Tools version 34 .0.0
42- - Android SDK Platform 34
40+ - Android SDK Platform-Tools version 35 .0.0 or later
41+ - Android SDK Build-Tools version 35 .0.0
42+ - Android SDK Platform 35
4343 - Android SDK Command-line Tools (latest)
4444
4545 - Ensure that the `NDK and CMake are installed and configured <https://developer.android.com/studio/projects/install-ndk >`__.
4646
4747 - CMake version 3.10.2.4988404
48- - NDK version r27c (27.2.12479018 )
48+ - NDK version r28b (28.1.13356709 )
4949
5050- Alternatively, you can install the Android SDK with the `sdkmanager ` command line tool.
5151
@@ -54,7 +54,7 @@ Download and install the Android SDK.
5454
5555::
5656
57- 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;27.2.12479018 "
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 "
5858
5959.. note ::
6060
You can’t perform that action at this time.
0 commit comments