Downloads
android {
ndkVersion "29.0.13599879"
}
Platform | Package | Size (Bytes) | SHA1 Checksum |
---|---|---|---|
Windows | android-ndk-r29-beta2-windows.zip | 821169899 | 59b665f7506f1079771393f2c90f3cb29817ecfb |
macOS | android-ndk-r29-beta2-darwin.dmg | 1131839335 | 39c72b0aaaa4c5202d355483535e2b4f4375d10a |
Linux | android-ndk-r29-beta2-linux.zip | 773244047 | 06c29d6764526fb51407d08fcead41247ddd3b70 |
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-r563880. See
clang_source_info.md
in the toolchain
directory for version information.- Issue 2142: Fixed crash with
icf=safe
due to duplicate GOT entries. - Issue 2144: Fixed issue where
lldb.sh
did not work when installed to a
path which contained spaces.
- Issue 2142: Fixed crash with
- 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. - Issue 2109:
llvm-lipo
has been removed. This tool is only useful for
building macOS binaries but was mistakenly included in the NDK. - Issue 2135: simpleperf no longer depends on Tk-Inter in non-GUI mode.
- Issue 2146: Fixed a case where invalid data would appear in simpleperf
reports.