Android NDK
| Android NDK | |
|---|---|
| Developer(s) | |
| Initial release | June 2009 |
| Stable release | r27c
/ 16 October 2024 |
| Repository | |
| Written in | C and C++ |
| Operating system |
|
| Platform | IA-32 (Windows only) or x86-64 (Windows, macOS and Linux) |
| Available in | English |
| Type | SDK |
| Website | developer |
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.