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::