We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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"
Running a basic
p4a apkcommand 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"