Android NDK Tutorial: Compiling C/C++ Code with ndk-build
The Android Native Development Kit (NDK) is a toolset that allows you to implement parts of your Android app using native-code languages like C and C++. You can download the NDK from the official ...