github android/ndk r30
NDK r30

4 hours ago

Downloads

android {
    ndkVersion "30.0.16248370"
}
Platform Package Size (Bytes) SHA1 Checksum
Windows android-ndk-r30-windows.zip 727980788 9bf167a1985fa7d4a036186b78f702eab9179408
macOS android-ndk-r30-darwin.dmg 1072970961 48591224b6657f46eebbc9d95d4af09bbed8d107
Linux android-ndk-r30-linux.zip 738633529 5107f898313790e449e87eee2183d9a20602dee9

Changelog

Report issues to GitHub.

For Android Studio issues, go to https://b.android.com and file a bug using the
Android Studio component, not the NDK component.

If you're a build system maintainer that needs to use the tools in the NDK
directly, see the build system maintainers guide.

Announcements

Changes

  • Updated LLVM to clang-r574158c. See clang_source_info.md in the toolchain
    directory for version information.
    • Issue 2073: Fixed runtime segfault when using LTO and nested exception
      handlers.
    • Issue 2172: Fixed backend crash for ablas.
    • Issue 2160: Fixed Clang crash on invalid code.
    • Issue 2204: Fixed Clang-Tidy Segfault.
    • Issue 2208: Fixed false positive nodiscard warning on static member function calls.
    • Issue 2215: Fixed a compiler hang when compiling with -O3 for ARM.
    • Issue 2225: Fixed compiler miscompilation involving references and pointers.
    • Issue 2226: Fixed compiler crash when compiling defaulted equality operator for AArch64.
    • Issue 2230: Fixed Clang modules compilation failure involving wchar.h redefinitions.
    • Issue 2234: Fixed LLDB not being able to read a shared library if it is the last entry in the APK.
    • Issue 2243: Fixed internal linkage functions in global module fragments.
    • Improved ARM code generation for dot product instructions.
  • Issue 2198: Landed simpleperf prebuilts to work on Android 10.
  • Upgraded the max API to 37 for NDK sysroots.

Don't miss a new ndk release

NewReleases is sending notifications on new releases.