Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 2.68 KB

README.md

File metadata and controls

45 lines (36 loc) · 2.68 KB

Android Native Development Kit (NDK)

The NDK allows Android application developers to include native code in their Android application packages, compiled as JNI shared libraries.

NDK documentation

Tutorial and API reference documentation is available on the Android Developer website:

C library ("bionic") and dynamic linker documentation

The documentation for Android's C library ("bionic") may be useful:

Understanding crashes/tombstones

The documentation for Android OS developers has:

Other resources