The official download of the NDK address is: http://developer.android.com/tools/sdk/ndk/index.html#Downloads
However, if you need to download older versions of Ndk,google, no links are provided directly. The previous version of the NDK can be downloaded via the following link:
HTTP://DL.GOOGLE.COM/ANDROID/NDK/ANDROID-NDK-<version>-<platform>. <fileextension>
Where <version> for the NDK version, such as r7/r7b/r7c/r8/r8b and other content,<platform> as the target operating system, can be: windows/darwin-x86/linux-x86, respectively, corresponding to: Windows,mac OS X (Intel), the Linux 32/64-bit (x86) platform,<fileextension> is a file suffix, or "zip" if <platform> is windows, otherwise " Tar.bz2 ".
For example, to download the NDKR8 version under Linux, you can use the link:
http://dl.google.com/android/ndk/android-ndk-R8-linux-x86. tar.bz2
NDK