Downloads
android {
ndkVersion "29.0.13113456"
}
Platform | Package | Size (Bytes) | SHA1 Checksum |
---|---|---|---|
Windows | android-ndk-r29-beta1-windows.zip | 821548547 | 90347ffa01dd1833b9ff116865958976fd66c264 |
macOS | android-ndk-r29-beta1-darwin.dmg | 1131541755 | b3a8e0d8147de981478c8edefe4036440910ee46 |
Linux | android-ndk-r29-beta1-linux.zip | 773995428 | ec2d8801e42009edf66be853c1bab9ba216378f9 |
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-r547379. See
clang_source_info.md
in the toolchain
directory for version information. - ndk-stack will now find symbols in files with matching build IDs even if the
file names do not match. - ndk-stack will now find symbols in files with matching build IDs even if the
name of the file is not present in the trace. - Issue 2078: ndk-stack now accepts a native-debug-symbols.zip file for the
--sym
argument as an alternative to a directory.