python-for-android
python-for-android copied to clipboard
p4a apk --help doesn't list all options, and has no URL / read further / ... link resource for a full list
Versions
- Python: 2.7.15
- OS: Fedora 28
- Kivy: not used
- Cython: not used
Description
p4a apk --help doesn't list all options, and has no URL / read further / ... link resource for a full list. For example, the --numeric-version argument is not listed. So far I haven't found a full list on python-for-android.readthedocs.io either, but even if there is one, the --help option should really lead me to the place where I can find this information (or otherwise simply offer a complete list).
buildozer.spec
not used
Logs
As you can see, no --numeric-version option even though that one definitely exists:
$ p4a apk --help | grep version
[--android-api ANDROID_API] [--ndk-version NDK_VERSION]
--ndk-version NDK_VERSION, --ndk_version NDK_VERSION
The version of the Android NDK. This is optional, we
This is because I was expecting to see build.py's internal options, and I have an idea how to make this work now... I'll look into it