Skip to content
New issue

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

--ndk_ver cli option not working, but ANDROIDNDKVER does #1149

Closed
ghost opened this issue Oct 23, 2017 · 1 comment
Closed

--ndk_ver cli option not working, but ANDROIDNDKVER does #1149

ghost opened this issue Oct 23, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 23, 2017

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"

@inclement
Copy link
Member

inclement commented Oct 23, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant