We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running a basic p4a apk command with --ndk_ver="r15c" fails:
p4a apk
--ndk_ver="r15c"
[INFO]: Got NDK version from $ANDROIDNDKVER [WARNING]: Android NDK version could not be found, exiting.
Fixed by export ANDROIDNDKVER="r15c"
export ANDROIDNDKVER="r15c"
The text was updated successfully, but these errors were encountered:
Thanks! The cli option is actualy --ndk-version or --ndk_version. The documentation for this at https://python-for-android.readthedocs.io/en/latest/quickstart/#installing-android-sdk was wrong, I've corrected it. If you found it documented somewhere else, let me know and I'll try to fix that too.
--ndk-version
--ndk_version
Sorry, something went wrong.
No branches or pull requests
Running a basic
p4a apk
command with--ndk_ver="r15c"
fails:[INFO]: Got NDK version from $ANDROIDNDKVER [WARNING]: Android NDK version could not be found, exiting.
Fixed by
export ANDROIDNDKVER="r15c"
The text was updated successfully, but these errors were encountered: