Browse Source

Update setup instructions to accept the Android SDK licenses

Fredia Huya-Kouadio 4 years ago
parent
commit
9f14b8ba12
1 changed files with 2 additions and 2 deletions
  1. 2 2
      development/compiling/compiling_for_android.rst

+ 2 - 2
development/compiling/compiling_for_android.rst

@@ -51,11 +51,11 @@ Setting up the buildsystem
 -  Install the necessary SDK components in this folder:
 
     -  Accept the SDK component licenses by running the following command 
-       from the root of the SDK directory, then answering all the prompts with ``y``:
+       where ``android_sdk_path`` is the path to the Android SDK, then answering all the prompts with ``y``:
 
     ::
 
-        tools/bin/sdkmanager --licenses
+        tools/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.