Skip to content

Commit cb6035a

Browse files
tshirtmaninclement
authored andcommitted
put the sdk manager command in a code block (kivy#1956)
to avoid quotes being replaced by fancy ones
1 parent 61ee55f commit cb6035a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/quickstart.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,11 @@ First, install an API platform to target. **The recommended *target* API
125125
level is 27**, you can replace it with a different number but
126126
keep in mind other API versions are less well-tested and older devices
127127
are still supported down to the **recommended specified *minimum*
128-
API/NDK API level 21**:
128+
API/NDK API level 21**::
129129

130130
$SDK_DIR/tools/bin/sdkmanager "platforms;android-27"
131131

132+
132133
Second, install the build-tools. You can use
133134
``$SDK_DIR/tools/bin/sdkmanager --list`` to see all the
134135
possibilities, but 28.0.2 is the latest version at the time of writing::

0 commit comments

Comments
 (0)