From b1b66feb8eed8d0c55479939cac90153af40fa77 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Mon, 31 Aug 2026 10:37:20 -0700 Subject: [PATCH] Update the setup documentation for the Android SDK --- tutorials/export/exporting_for_android.rst | 24 +++------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/tutorials/export/exporting_for_android.rst b/tutorials/export/exporting_for_android.rst index 50e31f5f9..5bebfbe03 100644 --- a/tutorials/export/exporting_for_android.rst +++ b/tutorials/export/exporting_for_android.rst @@ -45,31 +45,13 @@ Download and install `OpenJDK 17 `__. -- You can install the Android SDK using `Android Studio Iguana (version 2023.2.1) or later `__. - - - Run it once to complete the SDK setup using these `instructions `__. - - Ensure that the `required packages `__ are installed as well. - - - Android SDK Platform-Tools version 35.0.0 or later - - Android SDK Build-Tools version 35.0.1 - - Android SDK Platform 35 - - Android SDK Command-line Tools (latest) - - - Ensure that the `NDK and CMake are installed and configured `__. - - - CMake version 3.10.2.4988404 - - NDK version r28b (28.1.13356709) - -- Alternatively, you can install the Android SDK with the ``sdkmanager`` command line tool. - - - Install the command line tools package using these `instructions `__. - - Once the command line tools are installed, run the following ``sdkmanager`` command to complete the setup process: +- Once the Android CLI is installed, run the following command from a terminal to complete the setup process: :: - sdkmanager --sdk_root= "platform-tools" "build-tools;35.0.1" "platforms;android-35" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;28.1.13356709" + android sdk install platform-tools build-tools/36.1.0 platforms/android-36 cmdline-tools/latest ndk/29.0.14206865 cmake/3.22.1 .. note::