Search code examples
androidmacosandroid-ndk32bit-64bitndk-build

NDK r10b 32 and 64 bit builder for mac


Here is the link to 32 bit NDK r10b builder

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

Here is the link to 64 bit NDK r10b builder

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

Both the NDK builder seems to be identical and both are marked as r10b (64-bit) in RELEASE.TXT

enter image description here

So, Am I doing downloading NDK builders from wrong place ?

Thanks in advance !


Solution

  • The Android NDK is located here: https://developer.android.com/tools/sdk/ndk/index.html

    Make sure you are using the latest NDK, you have r10b when there is a r10d. Also, they may have simply forgotten to update the RELEASE.TXT.

    For Mac x86 - 32bit:

    http://dl.google.com/android/ndk/android-ndk-r10d-darwin-x86.bin

    For Mac x86_64 - 64bit:

    http://dl.google.com/android/ndk/android-ndk-r10d-darwin-x86_64.bin