From 9f14b8ba120ed5473f37da28efd069ccdb15249e Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Mon, 22 Feb 2021 08:11:19 -0800 Subject: [PATCH] Update setup instructions to accept the Android SDK licenses --- development/compiling/compiling_for_android.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/compiling/compiling_for_android.rst b/development/compiling/compiling_for_android.rst index 094e2aeda..59e13f6c8 100644 --- a/development/compiling/compiling_for_android.rst +++ b/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= --licenses - Complete setup by running the following command where ``android_sdk_path`` is the path to the Android SDK.