Unable to find android NDK builder r9 for mac
Asked Answered
S

2

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 !

Sitar answered 8/8, 2014 at 6:38 Comment(0)
O
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 :)

Olsson answered 8/8, 2014 at 6:52 Comment(3)
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 ?Sitar
NDK r10 builder for both 32 and 64 bit has 64 bit only.Plz refer i.sstatic.net/eUQez.pngRasputin
@Rasputin I never said that they were 32 or 64, I said that there where 2 packages available at that moment.Olsson
U
5
Uraeus answered 8/8, 2014 at 7:15 Comment(2)
eventhough the answer is late one upvote for giving the link to 32 bitSitar
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 ?Sitar

© 2022 - 2024 — McMap. All rights reserved.