Any mirror sites that hold old versions of Android NDK?
I went to
but it only contains the link to the latest version.
Old versions are described there, but no link is provided
Any mirror sites that hold old versions of Android NDK?
I went to
but it only contains the link to the latest version.
Old versions are described there, but no link is provided
copy the download link to the latest version of the ndk of your platform and change the version number according to the Revision information provided at the end of the page.
For example, the link to the latest version of NDK for Windows x64:
http://dl.google.com/android/ndk/android-ndk-r9-windows-x86_64.zip
to download ndk r8e, just change the filename from android-ndk-r9
-windows-x86_64.zip to android-ndk-r8e
-windows-x86_64.zip
As site note, this site holds the copy to the last previous stable release of the NDK:
thus, to get version other than r8e, you have to use the URL constructing method
EDIT: Updated official older-releases NDK site:
https://developer.android.com/ndk/downloads/older_releases.html