如何获取android源码

时间:2012-02-25 15:39:50

标签: android android-source

我正在尝试按照此处所述获得eclair来源:http://source.android.com/source/downloading.html但在执行命令后遇到麻烦:

repo init -u git://android.git.kernel.org/platform/manifest.git -b android-2.1

fatal: unable to connect to android.git.kernel.org:
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused

2 个答案:

答案 0 :(得分:3)

您自己的链接指出repo init的网址应为https版本。尝试:

repo init -u https://android.googlesource.com/platform/manifest

答案 1 :(得分:2)

您使用的是过时的服务器。几个月前,随着kernel.org的攻击,google将android移动到他们自己的服务器之一。要获得消息来源,请执行以下操作:

repo init -u https://android.googlesource.com/platform/manifest -b android-2.1