Skip to content

Commit 4c6ccf8

Browse files
author
JonasT
committed
Documentation fix regarding ANDROIDAPI
Fix example code comment such that ANDROIDAPI is properly explained as target API level, not minimum API level (which is something different set with p4a's `--minsdk` option)
1 parent 0dc7664 commit 4c6ccf8

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)