From cb6035a16c016d8ba9f32be0781ccb35303b462d Mon Sep 17 00:00:00 2001 From: Gabriel Pettier Date: Sun, 18 Aug 2019 00:48:48 +0200 Subject: [PATCH] put the sdk manager command in a code block (#1956) to avoid quotes being replaced by fancy ones --- doc/source/quickstart.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/quickstart.rst b/doc/source/quickstart.rst index 1f50579dde..74161d7d8e 100644 --- a/doc/source/quickstart.rst +++ b/doc/source/quickstart.rst @@ -125,10 +125,11 @@ First, install an API platform to target. **The recommended *target* API level is 27**, you can replace it with a different number but keep in mind other API versions are less well-tested and older devices are still supported down to the **recommended specified *minimum* -API/NDK API level 21**: +API/NDK API level 21**:: $SDK_DIR/tools/bin/sdkmanager "platforms;android-27" + Second, install the build-tools. You can use ``$SDK_DIR/tools/bin/sdkmanager --list`` to see all the possibilities, but 28.0.2 is the latest version at the time of writing::