r30-beta2
Pre-release
Pre-release
Downloads
android {
ndkVersion "30.0.15729638"
}| Platform | Package | Size (Bytes) | SHA1 Checksum |
|---|---|---|---|
| Windows | android-ndk-r30-beta2-windows.zip | 727029070 | 5b5e308db4cfd7a51f5524f464dedec20682b5ed |
| macOS | android-ndk-r30-beta2-darwin.dmg | 1071947863 | 0efa8b1a835abba43bc4dfa2a000d81efe7e355e |
| Linux | android-ndk-r30-beta2-linux.zip | 737229785 | 069427047d18cc6e44369cd7b8e711bfc2c7a3b5 |
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-r574158b. See
clang_source_info.mdin the toolchain
directory for version information.- Issue 2073: Fixed runtime segfault when using LTO and nested exception
handlers. - Issue 2160: Fix Clang crash on invalid code.
- Issue 2208: Fixed false positive nodiscard warning on static member function calls.
- Issue 2215: Fixed a compiler hang when compiling with
-O3for 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.hredefinitions. - Issue 2234: Fixed LLDB not being able to read a shared library if it is the last entry in the APK.
- Improved ARM code generation for dot product instructions.
- Issue 2073: Fixed runtime segfault when using LTO and nested exception