Skip to content

Commit

Permalink
put the sdk manager command in a code block (#1956)
Browse files Browse the repository at this point in the history
to avoid quotes being replaced by fancy ones
  • Loading branch information
tshirtman authored and inclement committed Aug 17, 2019
1 parent 61ee55f commit cb6035a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit cb6035a

Please sign in to comment.