Show navigation Hide navigation

NDK Downloads

Platform Package Size (Bytes) SHA1 Checksum
Windows 32-bit android-ndk-r11b-windows-x86.zip 728894948 b42da395440cc1c5dc4eeeb383679331addeb3ea
Windows 64-bit android-ndk-r11b-windows-x86_64.zip 771396549 480eca1b29cfe73a5b35374730e6a82ca65c2aa6
Mac OS X 64-bit android-ndk-r11b-darwin-x86_64.zip 772411311 c64fb355fec4da57d329ab45bf0aa29a1aec58dc
Linux 64-bit (x86) android-ndk-fake-linux-x86_64.zip 794138413 f3ba966ba157abc7dd2f21778afda0e4a049dcbf

Select, from the table above, the NDK package for your development platform. For information about the changes in the newest version of the NDK, see Release Notes. For information about earlier revisions, see NDK Revision History.

Release Notes

Android NDK, Revision 11b (March 2016)

NDK
  • Important announcements
    • We’ve moved our bug tracker to GitHub.
  • Changes
    • ndk-gdb.py is fixed. It had regressed entirely in r11.
    • ndk-gdb for Mac is fixed.
    • Added more top-level shortcuts for command line tools:
      • ndk-depends.
      • ndk-gdb.
      • ndk-stack.
      • ndk-which. This command had been entirely absent from previous releases.
    • Fixed standalone toolchains for libc++, which had been missing __cxxabi_config.h.
    • Fixed help documentation for --toolchain in make-standalone-toolchain.sh.
Clang
  • Errata
    • Contrary to what we reported in the r11 Release Notes, __thread does not work. This is because the version of Clang we ship is missing a bug fix for emulated TLS support.