获取 Mac OS X 10.5 sdk
我正在尝试在 Mac 上获取 android 源代码。
我已经遵循了 android 网页上的指南,
但是当我尝试时,
make -j4
它说在目录中找不到 MacOSX 10.5 SDK。
我已经对其进行了一些搜索,但实际上找不到太多信息。
怎么才能安装到指定目录呢?
请帮帮我。 谢谢。
I'm trying to get android source code on Mac.
I've followed the guidelines on android webpage,
but when I try
make -j4
it says MacOSX 10.5 SDK is not found at the directory.
I've done some search on it, but couldn't really find much info.
How could I install it at the specified directory?
Please help me out.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
到目前为止,Android 社区似乎尚未更新构建过程以使用任何较新的 SDK,因此目前,您需要使用操作系统安装磁盘(Snow Leopard 或 Leopard)并解压来获取 10.5 SDK磁盘上包含的 Xcode 安装程序中的 SDK。请参阅此处了解更多信息:如何添加基本 SDK xCode 4 中的 10.5
So far it seems that the Android community hasn't updated the build process to work with any of the newer SDKs, so for now, you would need to get the 10.5 SDK by using an OS install disk (Snow Leopard or Leopard) and extracting the SDK from the Xcode installer that was included on the disk. see here for more: How to add base SDK for 10.5 in xCode 4