From 0ced08d635b05d6d14a302e978e77452c819e992 Mon Sep 17 00:00:00 2001 From: allkhor Date: Tue, 27 Apr 2021 11:54:59 +0600 Subject: [PATCH] Update build-tools to 30.0.3 (cherry picked from commit 7621eb8d12f81478eb926b1037c636bf94ebd22d) --- development/compiling/compiling_for_android.rst | 2 +- tutorials/export/exporting_for_android.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/development/compiling/compiling_for_android.rst b/development/compiling/compiling_for_android.rst index ced3a34ba..aeb79fd67 100644 --- a/development/compiling/compiling_for_android.rst +++ b/development/compiling/compiling_for_android.rst @@ -61,7 +61,7 @@ Setting up the buildsystem :: - tools/bin/sdkmanager --sdk_root= "platform-tools" "build-tools;30.0.1" "platforms;android-29" "cmdline-tools;latest" "cmake;3.10.2.4988404" + tools/bin/sdkmanager --sdk_root= "platform-tools" "build-tools;30.0.3" "platforms;android-29" "cmdline-tools;latest" "cmake;3.10.2.4988404" .. seealso:: To set the environment variable on Windows, press :kbd:`Windows + R`, type "control system", then click on **Advanced system settings** in the left diff --git a/tutorials/export/exporting_for_android.rst b/tutorials/export/exporting_for_android.rst index 4e8a7efa4..48c0e1f05 100644 --- a/tutorials/export/exporting_for_android.rst +++ b/tutorials/export/exporting_for_android.rst @@ -17,7 +17,7 @@ Download and install the Android SDK. - Ensure that the `required packages `__ are installed as well. - Android SDK Platform-Tools version 30.0.5 or later - - Android SDK Build-Tools version 30.0.1 + - Android SDK Build-Tools version 30.0.3 - Android SDK Platform 29 - Android SDK Command-line Tools (latest) - CMake version 3.10.2.4988404 @@ -29,7 +29,7 @@ Download and install the Android SDK. :: - sdkmanager --sdk_root= "platform-tools" "build-tools;30.0.1" "platforms;android-29" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;21.4.7075529" + sdkmanager --sdk_root= "platform-tools" "build-tools;30.0.3" "platforms;android-29" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;21.4.7075529" .. note::