Skip to content

Commit 9018173

Browse files
authored
Merge pull request godotengine#8876 from BWPanda/patch-1
Update Android SDK command line instructions
2 parents 8415026 + f67103a commit 9018173

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tutorials/export/exporting_for_android.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ Download and install the Android SDK.
4040
- CMake version 3.10.2.4988404
4141
- NDK version r23c (23.2.8568313)
4242

43-
- Alternatively, you can install the Android SDK using the `command line tools <https://developer.android.com/studio/#command-line-tools-only>`__.
43+
- Alternatively, you can install the Android SDK with the `sdkmanager` command line tool.
4444

45-
- Once the command line tools are installed, run the `sdkmanager <https://developer.android.com/studio/command-line/sdkmanager>`__ command to complete the setup process:
45+
- Install the command line tools package using these `instructions <https://developer.android.com/tools/sdkmanager>`__.
46+
- Once the command line tools are installed, run the following `sdkmanager` command to complete the setup process:
4647

4748
::
4849

0 commit comments

Comments
 (0)