简体   繁体   English

获取Mac OS X 10.5 SDK

[英]getting Mac OS X 10.5 sdk

I'm trying to get android source code on Mac. 我正在尝试在Mac上获取android源代码。

I've followed the guidelines on android webpage, 我已遵循android网页上的准则,

but when I try 但是当我尝试

    make -j4

it says MacOSX 10.5 SDK is not found at the directory. 表示在目录中找不到MacOSX 10.5 SDK。

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. 谢谢。

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. 到目前为止,似乎Android社区尚未更新构建过程以使用任何较新的SDK,因此,现在,您需要使用操作系统安装盘(Snow Leopard或Leopard)获取10.5 SDK,然后解压缩磁盘上包含的Xcode安装程序中的SDK。 see here for more: How to add base SDK for 10.5 in xCode 4 参见更多信息: 如何在xCode 4中为10.5添加基本SDK

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM