Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to find android NDK builder r9 for mac

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 !

like image 435
Venky Avatar asked Aug 08 '14 06:08

Venky


People also ask

Where can I find Android NDK?

Android Studio installs all versions of the NDK in the android-sdk /ndk/ directory. Each version is located in a subdirectory with the version number as its name.

How do I know if Android NDK is installed?

With a project open, click Tools > SDK Manager. Click the SDK Tools tab. Select the NDK (Side by side) and CMake checkboxes. Note: If you have an NDK installed in the ndk-bundle folder, it appears in the list with the label NDK.

Where can I download NDK?

Install the Android NDK (native development kit): On the PC, download and unzip the NDK for your Windows version (32-bit or 64-bit), available here: http://developer.android.com/tools/sdk/ndk/index.html.


2 Answers

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

like image 127
axierjhtjz Avatar answered Nov 04 '22 20:11

axierjhtjz


  • R9 builder for 64 bit mac

  • R9 Builder for 32 bit mac

like image 43
Rakesh patanga Avatar answered Nov 04 '22 20:11

Rakesh patanga