Unable to find android NDK builder r9 for mac

前提是你 提交于 2019-12-07 05:04:36

问题


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 !


回答1:


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




回答2:


  • R9 builder for 64 bit mac

  • R9 Builder for 32 bit mac



来源:https://stackoverflow.com/questions/25197353/unable-to-find-android-ndk-builder-r9-for-mac

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!