Emamatcyber90 / ndk

The Android Native Development Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

For what's coming in NDK r21 in 2019Q3, see the r21 hotlist.

For further into the future, see the NDK Roadmap.

RFC

This section lists any in-progress features with open discussion bugs. We're still working on these and want to hear from you, so please read the thread and join the discussion if you have anything to add!

  • None right now :)

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

About

The Android Native Development Kit