首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

CentOS 下载 Android 源代码

2012-06-28 
CentOS 下载 Android 源代码。?http://source.android.com/source/downloading.html?参考文档?$ mkdir ~/bi

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 的源代码。

?


CentOS 下载 Android 源代码

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

?

?

?

?

?

?

热点排行