5

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 !

Venky
  • 559
  • 7
  • 25

2 Answers2

11

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 :)

Community
  • 1
  • 1
reixa
  • 6,903
  • 6
  • 49
  • 68
  • 1
    I am unable to download ndk r10b builder....Here is the URL https://dl.google.com/android/ndk/android-ndk-r10b-darwin-x86_64.bin Can you help me ? – Venky Dec 11 '14 at 09:26
  • NDK r10 builder for both 32 and 64 bit has 64 bit only.Plz refer http://i.stack.imgur.com/eUQez.png – Shajo Apr 26 '15 at 19:20
  • @Shajo I never said that they were 32 or 64, I said that there where 2 packages available at that moment. – reixa Apr 27 '15 at 06:33
5
Rakesh patanga
  • 832
  • 9
  • 25
  • eventhough the answer is late one upvote for giving the link to 32 bit – Venky Aug 08 '14 at 07:22
  • I am unable to download ndk r10b builder....Here is the URL dl.google.com/android/ndk/android-ndk-r10b-darwin-x86_64.bin Can you help me ? – Venky Dec 11 '14 at 09:26