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
76
76
77
77
::
78
78
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 "
80
80
81
81
- After setting up the SDK and environment variables, be sure to
82
82
**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.
37
37
- Run it once to complete the SDK setup using these `instructions <https://developer.android.com/studio/intro/update#sdk-manager >`__.
38
38
- Ensure that the `required packages <https://developer.android.com/studio/intro/update#required >`__ are installed as well.
39
39
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
43
43
- Android SDK Command-line Tools (latest)
44
44
45
45
- Ensure that the `NDK and CMake are installed and configured <https://developer.android.com/studio/projects/install-ndk >`__.
46
46
47
47
- CMake version 3.10.2.4988404
48
- - NDK version r27c (27.2.12479018 )
48
+ - NDK version r28b (28.1.13356709 )
49
49
50
50
- Alternatively, you can install the Android SDK with the `sdkmanager ` command line tool.
51
51
@@ -54,7 +54,7 @@ Download and install the Android SDK.
54
54
55
55
::
56
56
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 "
58
58
59
59
.. note ::
60
60
You can’t perform that action at this time.
0 commit comments