问题描述
我有必要建立我的code采用了Android NDK生成器R9。
I have a need to build my code using Android NDK builder r9.
但我没有窗户,我只有MAC。
But I don't have windows with me only mac.
我能找到它的Windows
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
但我找不到它的Mac。
But I couldn't find it for mac.
请注意:我已经搜查计算器和谷歌没有什么是有帮助的。
Note:I have searched on stackoverflow and google nothing was helpful
任何帮助是AP preciated!
Any help is appreciated !
推荐答案
试试这个。刚刚从Android开发的主下载页上显示,他们为Mac OS X作为达尔文。
Try this one. Just show on the main downloads page from Android developers that they refer to Mac OS X as Darwin.
有关 NDK R9
:
http://dl.google.com/android/ndk/android-ndk-r9-darwin-x86_64.tar.bz2
更新
接听的 Venky 的注释。
有关 NDK r10b
这里有两种封装:
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
更新2
有关最新的 NDK 版本(目前 NDK r10d
在写这篇更新时间)从下载链接改为 TAR.BZ2
到的.bin
扩展
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 :)
这篇关于找不到的Android NDK建设者R9为Mac的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!