Overview of the Android Native Development Kit (NDK)
masterThe Android NDK allows developers to include native code (C/C++) in Android application packages. This code is compiled as JNI (Java Native Interface) shared libraries (.so files), enabling high-performance execution and access to low-level system features.