下载Android源码遇到如下问题:
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
解决办法:
通过别的源下载repo到/home/Download目录
git clone https://github.com/rochy2014/repo.git
在源码根目录:
mkdir .repo
mv /home/Download/repo .repo/
然后在下载就可以了。
ubuntu15.04编译android源码:http://www.linuxdiyf.com/linux/14709.html
Ubuntu15.04安装Android开发环境 :http://www.linuxdiyf.com/linux/12523.html
64位Ubuntu15.04安装Android Studio教程:http://www.linuxdiyf.com/linux/12081.html
Ubuntu 15.04 Android编译环境:http://www.linuxdiyf.com/linux/11971.html
基于Ubuntu 15.04 LTS编译Android5.1.0源代码:http://www.linuxdiyf.com/linux/11841.html