android源码下载方式:
方式一:
1) 创建~/bin
$ mkdir ~/bin$ PATH=~/bin:$PATH
2) 下载repo
$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo$ chmod a+x ~/bin/repo
3) 创建保存Android源码文件
$ mkdir WORKING_DIRECTORY$ cd WORKING_DIRECTORY
4 ) 下载Android源码(master主干)
$ repo init -u https://android.googlesource.com/platform/manifest
下载Android源码(branch分支)
$ repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.1_r1
更多分支目录: https://android.googlesource.com/platform/manifest
5) 启动同步下载
$ repo sync
上面是官方提供的下载方式:http://source.android.com/source/downloading.html
但最近使用这种方式出现网络连接超时,据说是被hack掉了
使用git方式下载: git clone http://android.git.kernel.org/kernel/common.git,最后,成功了
详见博客:http://hi.baidu.com/sunboy_2050/blog/item/bacb9ec83d158a9dc81768ab.html
方式二:
把方式一的下载命令中的git修改为http(配置文件需一并修改),则可以顺利下载源码
具体修改步 骤如下:
1. 编辑~/bin/repo文件: vi ~/bin/repo
修改: REPO_URL='git://android.git.kernel.org/tools/repo.git'
改为: REPO_URL='http://android.git.kernel.org/tools/repo.git'
以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索git clone
, git
, 源码修改
, 源码
, android git 源码
, android源码
, repo
, git repo基础
, https下载文件
, android sync http
, git init
, android git repo
, 方式
Bin
android源码下载、android项目源码下载、android 7.0源码下载、android 6.0源码下载、android 源代码下载,以便于您获取更多的相关知识。