Browse Source

Update compiling_for_android.rst

Update the command-line tools folder path
Nicolò Santilio 2 years ago
parent
commit
c0caaa70f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contributing/development/compiling/compiling_for_android.rst

+ 2 - 2
contributing/development/compiling/compiling_for_android.rst

@@ -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.
     -  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
 .. seealso::   To set the environment variable on Windows, press :kbd:`Windows + R`, type
             "control system", then click on **Advanced system settings** in the left
             "control system", then click on **Advanced system settings** in the left