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