Skip to content

Commit 739080e

Browse files
authored
Merge pull request godotengine#7259 from fenix-hub/patch-1
Update compiling_for_android.rst
2 parents 14cc265 + c0caaa7 commit 739080e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/development/compiling/compiling_for_android.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ Setting up the buildsystem
6262

6363
::
6464

65-
tools/bin/sdkmanager --sdk_root=<android_sdk_path> --licenses
65+
cmdline-tools/latest/bin/sdkmanager --sdk_root=<android_sdk_path> --licenses
6666

6767
- Complete setup by running the following command where ``android_sdk_path`` is the path to the Android SDK.
6868

6969
::
7070

71-
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"
71+
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"
7272

7373
.. seealso:: To set the environment variable on Windows, press :kbd:`Windows + R`, type
7474
"control system", then click on **Advanced system settings** in the left

0 commit comments

Comments
 (0)