请教:如何下载Android2.3的源码
大家好,我在网上搜索到了下载Android2.3的源码的N多网页,但是尝试之后,都不能够下载成功。
我最近一次尝试是参考了这里:http://source.android.com/source/downloading.html,大概步骤如下:
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > repo
chmod a+x repo
./repo init -u https://android.googlesource.com/platform/manifest
./repo sync
在执行最后一个命令过一段时间后,网络就会失败。
请大家给我一个好的方法吧。谢谢!我使用的系统是ubuntu 10.10