今天4.1好像是公开下载链接了
https://android.googlesource.com/platform/manifest 在这里找了一下有个 android-4.1.1_r1 差不多就是这个了;
-------------------------------------------------
1,先下个能用的repo:
$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
$ chmod +x ~/bin/repo
curl "http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo"> /bin/repo 更新可用 2014.6月2,然后,
$ repo init -u https://android.googlesource.com/platform/manifest -b android-4.1.1_r1
上面这一步干什么的。。。。
3,然后会让填写用户名和邮箱(个人而定)
4,然后同步:
$ repo sync
4.0.4 repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.4_r1