Skip to content
Discussion options

You must be logged in to vote

NDK doesn't build APK file. It only processes Android.mk file and produces shared library or executables from C/C++ code. The headers available in Termux is a copy from official NDK nundle.

The APK file is built by Android SDK. Specifically by the aapt utility which normally invoked by build system.

APK does not require any headers. It is just a zip archive.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sylirre
Comment options

Answer selected by MatejMagat305
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants