# ndk **Repository Path**: mirrors_android_source/ndk ## Basic Information - **Project Name**: ndk - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android Native Development Kit (NDK) The latest version of this document is available at https://android.googlesource.com/platform/ndk/+/mirror-goog-main-ndk/README.md. **Note:** This document is for developers _of_ the NDK, not developers that use the NDK. The NDK allows Android application developers to include native code in their Android application packages, compiled as JNI shared libraries. To navigate this site, use the navigation bar at the top of the page. For additional documentation, see the listing for the [docs directory]. If you're not sure where to start, the [Onboarding](docs/Onboarding.md) page will guide you. [docs directory]: docs/ [TOC] ## Other Resources * User documentation is available on the [Android Developer website]. * Discussions related to the Android NDK happen on the [android-ndk Google Group]. * Announcements such as releases are posted to the [android-ndk-announce Google Group]. * File bugs against the NDK at https://github.com/android-ndk/ndk/issues. [Android Developer website]: https://developer.android.com/ndk/index.html [android-ndk Google Group]: http://groups.google.com/group/android-ndk [android-ndk-announce Google Group]: http://groups.google.com/group/android-ndk-announce