File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,30 @@ command (though if irrelevant they may not have an effect).
21
21
General arguments
22
22
-----------------
23
23
24
- These arguments may be passed to any command in order to modify its behaviour.
24
+ These arguments may be passed to any command in order to modify its
25
+ behaviour, though not all commands make use of them.
25
26
26
27
``--debug ``
27
28
Print extra debug information about the build, including all compilation output.
29
+
30
+ ``--sdk_dir ``
31
+ The filepath where the Android SDK is installed. This can
32
+ alternatively be set in several other ways.
33
+
34
+ ``--android_api ``
35
+ The Android API level to target; python-for-android will check if
36
+ the platform tools for this level are installed.
37
+
38
+ ``--ndk_dir ``
39
+ The filepath where the Android NDK is installed. This can
40
+ alternatively be set in several other ways.
41
+
42
+ ``--ndk_version ``
43
+ The version of the NDK installed, important because the internal
44
+ filepaths to build tools depend on this. This can alternatively be
45
+ set in several other ways, or if your NDK dir contains a RELEASE.TXT
46
+ containing the version this is automatically checked so you don't
47
+ need to manually set it.
28
48
29
49
30
50
Distribution arguments
You can’t perform that action at this time.
0 commit comments