CentOS 下载 Android 源代码。
?
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 的源代码。
?
下载要好几个G 呢。。我用的是Centos的虚拟机。在windows 下面下载的。
?
?
?
?
?
?