红联Linux门户
Linux帮助

ubuntu14.04下载android source code

发布时间:2015-09-19 10:17:50来源:linux网站作者:zjm750617105

通过这两三天自己刚开始用ubuntu系统并下载android源码的过程中,走了很多弯路,现在将其整理一下,分享给大家。
注意:百度搜索出来的很多都是错误的或者是很旧的已经不适用的。

本来写好的,最后全删了,还是看官方文档吧,不误导大家了。

https://source.android.com/source/downloading.html#using-a-local-mirror


补充一点,如果你的网速很慢或者可能遇到突发状况的情况下,将repo加入环境变量是直接写入文件,这样系统关机再开机也可以直接使用

repo sync 恢复同步

vim  ~/.bashrc 在末尾加入下面两行
REPO_PATH=/home/zjm/android/:$PATH
export REPO_PATH


Ubuntu 10.10 Compile Android Source Code:http://www.linuxdiyf.com/linux/7475.html

如何在Ubuntu 15.04下创建一个可供Android/iOS连接的AP:http://www.linuxdiyf.com/linux/13909.html

Nexus5/Nexus6怎么刷安卓6.0?Android 6.0刷机教程:http://www.linuxdiyf.com/linux/13425.html

谷歌Nexus5升级安卓6.0/Android M教程:http://www.linuxdiyf.com/linux/13424.html

品尝棉花糖之Nexus5线刷Android6.0攻略:http://www.linuxdiyf.com/linux/13423.html