其实过程和ubuntu中下载方法差不多。。
首先需要安装repo(终端下执行)
curl https://android.git.kernel.org/repo >~/bin/repo
chmod a+x ~/bin/repo
然后安装git客户端,直接下载安装包就可以了。
我给个链接:http://u.115.com/file/cliyd2zz
官方:http://code.google.com/p/git-osx-installer/downloads/list
安装 后
新建 一个目录android
然后 进入该目录初始化repo
repo init -u git://android.git.kernel.org/platform/manifest.git
成功后在该目录执行同步命令来下载源码
repo sync
下了 两天源码有6.18 GB共 120,308 项