GitXplorerGitXplorer
a

ndk

public
2041 stars
264 forks
119 issues

Commits

List of commits on branch master.
Unverified
de2a04ed3fb38cb5b6a8e3adccca58df66f7e50c

Re-order bug templates.

DDanAlbert committed 2 months ago
Unverified
c023015d72e0553a4e3574e2d4384d48db16aad1

Remove some less useful bug template questions.

DDanAlbert committed 2 months ago
Unverified
09f3acba6c6165ade7f7db8236416685c11a45b1

Fix bad yaml syntax.

DDanAlbert committed 2 months ago
Unverified
55fc6bac29c056785df4698606058e08f37ebeb3

Make to the support requirement more obvious.

DDanAlbert committed 2 months ago
Unverified
33e4511fbf15d727cbcbaa1d8eba06dbe7b60af7

Improve description of the NDK version field.

DDanAlbert committed 2 months ago
Unverified
95e50ee975b8e7c702e186d25a1442640221905f

NDK r28 RC 1.

DDanAlbert committed 2 months ago

README

The README file for this repository.

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 we're working on, see the milestones.

For further into the future, see the NDK Roadmap.

The source for the NDK is maintained in AOSP. See https://android.googlesource.com/platform/ndk/+/master/README.md.

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