The Android NDK is a toolset that lets you embed components that make use of native code in your Android applications . Android applications run in the Dalvik virtual machine. The NDK allows you to implement parts of your applications using native-code languages such as C and C++.