From f67103add65e635bf64bc8ab78685466ca465ce9 Mon Sep 17 00:00:00 2001 From: Peter Anderson Date: Fri, 2 Feb 2024 02:08:18 +0000 Subject: [PATCH] Update exporting_for_android.rst --- 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 076d8103870..bc97e95d1a4 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: ::