mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Update compiling_for_android.rst
Update the command-line tools folder path
This commit is contained in:
@@ -62,13 +62,13 @@ Setting up the buildsystem
|
||||
|
||||
::
|
||||
|
||||
tools/bin/sdkmanager --sdk_root=<android_sdk_path> --licenses
|
||||
cmdline-tools/latest/bin/sdkmanager --sdk_root=<android_sdk_path> --licenses
|
||||
|
||||
- Complete setup by running the following command where ``android_sdk_path`` is the path to the Android SDK.
|
||||
|
||||
::
|
||||
|
||||
tools/bin/sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;30.0.3" "platforms;android-29" "cmdline-tools;latest" "cmake;3.10.2.4988404"
|
||||
cmdline-tools/latest/bin/sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;30.0.3" "platforms;android-29" "cmdline-tools;latest" "cmake;3.10.2.4988404"
|
||||
|
||||
.. seealso:: To set the environment variable on Windows, press :kbd:`Windows + R`, type
|
||||
"control system", then click on **Advanced system settings** in the left
|
||||
|
||||
Reference in New Issue
Block a user