We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a22c35 + 6c891ff commit 80da6a3Copy full SHA for 80da6a3
pythonforandroid/toolchain.py
@@ -261,7 +261,7 @@ def __init__(self):
261
help=('The version of the Android NDK. This is optional: '
262
'we try to work it out automatically from the ndk_dir.'))
263
generic_parser.add_argument(
264
- '--ndk-api', type=int, default=0,
+ '--ndk-api', type=int, default=None,
265
help=('The Android API level to compile against. This should be your '
266
'*minimal supported* API, not normally the same as your --android-api. '
267
'Defaults to min(ANDROID_API, {}) if not specified.').format(DEFAULT_NDK_API))
0 commit comments