Android各版本源码下载链接

Master branch(主分支)

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

这个链接拉下来的永远是Google 放出来的最新的代码,现在拉下来的是android4.4


各分支代码下载链接

android 2.3

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


android 4.1

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


android 4.2

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


android 4.3

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


下载android源码之前需要安装git和repo


安装git  

sudo apt-get install git


安装repo

curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > repo


下载有问题请留言,我会答复。


你可能感兴趣的:(master,branch,android4.4,Android源代码下载,android源码下载,各分支代码下载)