About 39,600 results
Open links in new tab
  1. Android NDK | Android Developers

    Feb 20, 2020 · The Android NDK is a toolset that lets you implement parts of your app in native code, using languages such as C and C++. For certain types of apps, this can help you reuse code …

  2. NDK Downloads - Android Developers

    Oct 6, 2025 · Select the NDK package for your development platform. For information about the changes in the latest version of the NDK and earlier revisions, see NDK Revision History.

  3. Get started with the NDK | Android NDK | Android Developers

    Oct 12, 2022 · This guide gives you the information you need to get up and running with the NDK on Android Studio. If you don't have the latest version of Android Studio, download and install it now.

  4. Install and configure the NDK and CMake - Android Developers

    Dec 17, 2025 · The Android Native Development Kit (NDK): a set of tools that allows you to use C and C++ code with Android. CMake: an external build tool that works alongside Gradle to build your …

  5. Concepts | Android NDK | Android Developers

    Mar 11, 2021 · The Android NDK is a set of tools allowing you to embed C or C++ (“native code”) into your Android apps. The ability to use native code in Android apps can be particularly useful to …

  6. NDK Revision History - Android Developers

    Oct 6, 2025 · Android NDK r14b (March 2017) This release introduces platform headers that are synchronized and kept always up-to-date and accurate with the Android platform.

  7. Native APIs | Android NDK | Android Developers

    Sep 18, 2025 · This page gives an overview of the libraries included in the NDK, with links to the relevant parts of the NDK API reference, and to guides where they exist. Use native APIs

  8. NDK und CMake installieren und konfigurieren - Android Developers

    Mit dem Android-Gradle-Plug-in 4.2.0 und höher können das erforderliche NDK und CMake automatisch installiert werden, wenn Sie Ihr Projekt zum ersten Mal erstellen und die entsprechenden Lizenzen …

  9. Samples: Overview | Android NDK | Android Developers

    Oct 30, 2020 · Here, you can download a variety of sample apps to help deepen your understanding the NDK. NDK Samples From this page, you can download samples that provide a look at the NDK in …

  10. Control symbol visibility | Android NDK | Android Developers

    Sep 22, 2025 · Android supports that use as well, but it's generally only of use to OS library vendors, and even we don't use them in Android because targetSdkVersion offers the same benefits with a …