> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/android/ndk/llms.txt
> Use this file to discover all available pages before exploring further.

# NDK roadmap

> Learn about the future plans and upcoming features for the Android NDK

Stay informed about what's coming next in the Android NDK and our long-term development plans.

## Current milestones

For what we're actively working on, see the [NDK milestones on GitHub](https://github.com/android/ndk/milestones). This provides a timeline of features and improvements planned for upcoming releases.

## Long-term roadmap

For a deeper look into the future direction of the NDK, see the [official NDK Roadmap](https://android.googlesource.com/platform/ndk/+/master/docs/Roadmap.md) maintained in AOSP.

The roadmap covers:

* Planned API additions and improvements
* Toolchain updates and compiler features
* Build system enhancements
* Platform compatibility goals
* Deprecation timelines

## Request for comments (RFC)

We value community feedback on features under development. When we have in-progress features with open discussion, they will be listed here.

<Note>
  Currently, there are no active RFC discussions. Check back later or watch the [GitHub repository](https://github.com/android-ndk/ndk) for updates.
</Note>

## Release calendar

To see upcoming release dates and the release schedule, visit the [NDK wiki calendar](https://github.com/android-ndk/ndk/wiki).

## Staying up to date

<CardGroup cols={2}>
  <Card title="GitHub Milestones" icon="flag-checkered" href="https://github.com/android/ndk/milestones">
    Track near-term features and fixes planned for upcoming releases.
  </Card>

  <Card title="Official Roadmap" icon="map" href="https://android.googlesource.com/platform/ndk/+/master/docs/Roadmap.md">
    View the long-term strategic direction and future plans for the NDK.
  </Card>

  <Card title="Release Wiki" icon="calendar" href="https://github.com/android-ndk/ndk/wiki">
    Check the release calendar and download information for stable and preview versions.
  </Card>

  <Card title="Google Group" icon="users" href="http://groups.google.com/group/android-ndk">
    Join discussions about upcoming features and provide feedback to the NDK team.
  </Card>
</CardGroup>

## Contributing to the roadmap

Your feedback helps shape the future of the NDK:

* Participate in RFC discussions when available
* Share your use cases and requirements on the [android-ndk Google Group](http://groups.google.com/group/android-ndk)
* File feature requests as [GitHub issues](https://github.com/android-ndk/ndk/issues)
* Comment on existing milestone items to express interest or share insights
