Unable to find android NDK builder r9 for mac

android, android-ndk, ndk-build

Solution

Try this one. Just show on the main downloads page from Android developers that they refer to Mac OS X as Darwin.

For `NDK r9`:

http://dl.google.com/android/ndk/android-ndk-r9-darwin-x86_64.tar.bz2

Update

Answering the comment of Venky.

For `NDK r10b` there're two packages:

http://dl.google.com/android/ndk/android-ndk64-r10b-darwin-x86_64.tar.bz2 http://dl.google.com/android/ndk/android-ndk32-r10b-darwin-x86_64.tar.bz2

Update 2

For the newest NDK version (Currently `NDK r10d` at the time of writing this update) the download link changed from `tar.bz2` to `.bin` extension

Hope it helps :)

Problem

I have a need to build my code using Android NDK builder r9. But I don't have windows with me only mac. I was able to find it for windows http://dl.google.com/android/ndk/android-ndk-r9-windows-x86.zip http://dl.google.com/android/ndk/android-ndk-r9-windows-x86_64.zip But I couldn't find it for mac. Note: I have searched on stackoverflow and google nothing was helpful Any help is appreciated !

Original source