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
Versions
Description
p4a apk --helpdoesn't list all options, and has no URL / read further / ... link resource for a full list. For example, the--numeric-versionargument 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--helpoption 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-versionoption even though that one definitely exists: