You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/export/exporting_for_android.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,10 @@ Download and install the Android SDK.
40
40
- CMake version 3.10.2.4988404
41
41
- NDK version r23c (23.2.8568313)
42
42
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.
44
44
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:
0 commit comments