From bec8043791c4b320b55c02c39d85bfad77003280 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Sat, 3 Feb 2024 06:45:50 +0100 Subject: [PATCH] Merge pull request #8876 from BWPanda/patch-1 Update Android SDK command line instructions (cherry picked from commit 9018173eca22b1a28426e347ac49fdefbf65eeff) --- tutorials/export/exporting_for_android.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tutorials/export/exporting_for_android.rst b/tutorials/export/exporting_for_android.rst index 076d81038..bc97e95d1 100644 --- a/tutorials/export/exporting_for_android.rst +++ b/tutorials/export/exporting_for_android.rst @@ -40,9 +40,10 @@ Download and install the Android SDK. - CMake version 3.10.2.4988404 - NDK version r23c (23.2.8568313) -- Alternatively, you can install the Android SDK using the `command line tools `__. +- Alternatively, you can install the Android SDK with the `sdkmanager` command line tool. - - Once the command line tools are installed, run the `sdkmanager `__ command to complete the setup process: + - 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: ::