Skip to content

Commit 55236d9

Browse files
authored
Merge pull request #10998 from dragonhunt02/master
Update Android tools version
2 parents 64284b5 + 1a9ccde commit 55236d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

contributing/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;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

tutorials/export/exporting_for_android.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)