且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

CentOS 下载 Android 源代码。

更新时间:2022-08-13 10:55:24

 

http://source.android.com/source/downloading.html

 

参考文档

 

$ mkdir ~/bin
$ PATH=~/bin:$PATH

$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
$ chmod a+x ~/bin/repo

$ mkdir WORKING_DIRECTORY
$ cd WORKING_DIRECTORY

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

 repo sync

 

开始下载 android 的源代码。

 


CentOS 下载 Android 源代码。

下载要好几个G 呢。。我用的是Centos的虚拟机。在windows 下面下载的。