Merge pull request #11446 from mhilbrunner/update-android-reqs

Update Android build requirements
This commit is contained in:
Max Hilbrunner
2025-11-09 18:28:43 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ Download and install the Android SDK.
- Ensure that the `required packages <https://developer.android.com/studio/intro/update#required>`__ are installed as well.
- Android SDK Platform-Tools version 35.0.0 or later
- Android SDK Build-Tools version 35.0.0
- Android SDK Build-Tools version 35.0.1
- Android SDK Platform 35
- Android SDK Command-line Tools (latest)
@@ -54,7 +54,7 @@ Download and install the Android SDK.
::
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"
sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;35.0.1" "platforms;android-35" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;28.1.13356709"
.. note::