Skip to main content
There are several channels available for getting help with the Android NDK. Choose the one that best fits your needs.

Support channels

Google Group

Join discussions related to the Android NDK on the android-ndk Google Group. Great for general questions and community discussions.

GitHub Issues

File bugs and track issues with the NDK. Check existing issues before creating a new one.

Stack Overflow

Search for or ask questions tagged with android-ndk. A large community of developers can help with your questions.

Android Developers

Official NDK documentation including guides, API reference, and tutorials.

Before asking for help

1

Check the documentation

Review the NDK Guides and API Reference for official information.
2

Search existing issues

Check if your question or issue has already been reported on GitHub or answered on Stack Overflow.
3

Update to the latest version

Ensure you’re using the latest stable version or preview release. Check the NDK wiki for available versions.

Reporting bugs

Bugs against Android Studio or Gradle should be filed at b.android.com, not in the NDK issue tracker.
When filing a bug against the NDK:
  • Use the GitHub issue tracker
  • Include your NDK version
  • Provide a minimal reproducible example
  • Include relevant build output or error messages
  • Specify your host OS and target architecture

Additional resources

Understanding crashes

C library (bionic) documentation

Build systems

Build docs developers (and LLMs) love