Android NDK

Android NDK
Developer(s)Google
Initial releaseJune 2009 (2009-06)
Stable release
r27c  / 16 October 2024 (16 October 2024)
Repository
Written inC and C++
Operating system
PlatformIA-32 (Windows only) or x86-64 (Windows, macOS and Linux)
Available inEnglish
TypeSDK
Websitedeveloper.android.com/ndk/

The Android Native Development Kit (NDK) provides a cross-compiling tool for compiling code written in C/C++ can be compiled to ARM, or x86 native code (or their 64-bit variants) for Android. The NDK uses the Clang compiler to compile C/C++. GCC was included until NDK r17, but removed in r18 in 2018.