Skip to content

Commit e46674b

Browse files
authored
Merge pull request kivy#1359 from JonasT/patch-1
Documentation fix regarding ANDROIDAPI
2 parents da10e50 + 4c6ccf8 commit e46674b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Then, you can edit your ``~/.bashrc`` or other favorite shell to include new env
114114
# Adjust the paths!
115115
export ANDROIDSDK="$HOME/Documents/android-sdk-21"
116116
export ANDROIDNDK="$HOME/Documents/android-ndk-r10e"
117-
export ANDROIDAPI="19" # Minimum API version your application require
117+
export ANDROIDAPI="19" # Target API version of your application
118118
export ANDROIDNDKVER="r10e" # Version of the NDK you installed
119119

120120
You have the possibility to configure on any command the PATH to the SDK, NDK and Android API using:

0 commit comments

Comments
 (0)