# android/ndk

The Android Native Development Kit

Repository: https://github.com/android/ndk
Canonical: https://ross.abutalabs.com/products/ndk
License Family: other
Last push: 2026-08-24T22:12:24+00:00

## Health v2 (maintenance only)
Score: 78/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 39, longevity 100
- inputs: {"age_days": 3913, "days_push": 9, "days_rel": 331, "gap_med": 76.0, "n_releases_24m": 7}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2307, forks 309 (observed 2026-08-28T04:06:35.850535+00:00)

## What it is
The Android Native Development Kit (NDK) lets Android developers embed native C/C++ code in their apps as JNI shared libraries. This repository hosts the NDK's issue tracking, roadmap, and build-system documentation, with source maintained in AOSP.

## Use cases
- compile C++ code for Android apps
- build JNI shared libraries
- use Vulkan or high-performance audio APIs natively on Android
- debug native crashes and tombstones on Android
- build Android apps with CMake or ndk-build

## When to choose
- you need native C/C++ performance in an Android app
- you're porting an existing C/C++ library to Android
- you need access to low-level Android APIs like Vulkan or Neural Networks from native code

## When to avoid
- you're building a pure Java/Kotlin Android app with no native code
- you want cross-platform desktop development rather than Android

## Facets
- artifact type: library
- maturity: active
- function: compiler, build-tool, sdk, developer-tools
- domain: mobile-development, developer-tools, cross-platform
- platform: cpp, c, cli
- tags: jni, native-code, ndk, bionic, cmake, android-development, android

## Member repositories
- android/ndk (main) score 78

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:35.850535+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:39:38.952258+00:00, confidence not recorded.
  - readme: https://github.com/android/ndk (fetched 2026-08-28T04:06:35.850535+00:00, sha 00e33dce9163)
- Data as of 2026-08-30T08:39:29.467469+00:00.
