Downloads
android {
ndkVersion "29.0.13846066"
}
Platform | Package | Size (Bytes) | SHA1 Checksum |
---|---|---|---|
Windows | android-ndk-r29-beta3-windows.zip | 833874261 | 51b40aa57d8058d901e70357734651ecc69d705a |
macOS | android-ndk-r29-beta3-darwin.dmg | 1156174813 | 291d277b9ffbd71506457f591509f7fbbeb10646 |
Linux | android-ndk-r29-beta3-linux.zip | 784944032 | 277ccc0f9c56b05dd88e0af39446cd9402b13b0c |
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-r563880b. See
clang_source_info.md
in the toolchain
directory for version information.- Issue 2144: Fixed issue where
lldb.sh
did not work when installed to a
path which contained spaces.
- Issue 2144: Fixed issue where
- 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.