Android NDK (original) (raw)

Stay organized with collections Save and categorize content based on your preferences.

The Android NDK is a toolset that lets you implement parts of your app in native code, using languages such as C and C++. For certain types of apps, this can help you reuse code libraries written in those languages.

Get started

class MyActivity : Activity() {
/**
* Native method implemented in C/C++
*/
external fun computeFoo()
}

Latest news

Optimize your native code