博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Android 4.3源码的下载
阅读量:6214 次
发布时间:2019-06-21

本文共 411 字,大约阅读时间需要 1 分钟。

hot3.png

1.sudo apt-get install curl

2.curl http://git-repo.googlecode.com/files/repo-1.12 > ~/bin/repo

3.chmod a+x ~/bin/repo

4.修改~/bin/repo文件将第五行

REPO_URL='https://code.google.com/p/git-repo/'

改为

REPO_URL='http://code.google.com/p/git-repo/'

5.
PATH=~/bin:$PATH

6.~/bin/repo init -u https://android.googlesource.com/platform/manifest -b android-4.3_r2.1

7.~/bin/repo sync

转载于:https://my.oschina.net/HuanPei/blog/168204

你可能感兴趣的文章
Java 列表Bean元素去重
查看>>
【OCP|052】OCP最新题库解析(052)--小麦苗解答版
查看>>
查看当前服务器中的所有的topic,创建topic,删除topic,通过shell命令发送消息,通过shell消费消息,查看topic详情,对分区数进行修改...
查看>>
ORA-12638 身份证明检索失败
查看>>
Flatscript: ES7 `async`/`await` 替代实现
查看>>
Centos安装ffmpeg
查看>>
spark-调节executor堆外内存
查看>>
WWDC 2017 Feature 102 Platforms State of the Union
查看>>
Drupal 7.34/6.34 发布 修复安全漏洞(SA-CORE-2014-006)
查看>>
Objective-C中的一些细枝末节(更新)
查看>>
CodeIgniter框架同时连接多个数据库
查看>>
滔哥折腾:Win8下使用VirtualBOX虚拟机最新版安装OS X 10.9 Mavericks
查看>>
HQL select 总结
查看>>
离散余弦变换(含源码)
查看>>
Android基础内容提供者,内容观察者
查看>>
Oracle VM Virtualbox 中的网络连接类型
查看>>
MySQL创建数据库设置字符编码
查看>>
HBase错误日志:集群时钟不同步导致HBase集群无法启动
查看>>
ng 核心模块
查看>>
java web 获取到当前用户请求的完整url,包括参数
查看>>