android源码

Posted billhsu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android源码相关的知识,希望对你有一定的参考价值。

https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/

https://lug.ustc.edu.cn/wiki/mirrors/help/aosp

参考 下载tar包,约44G (8.01),解压后进行repo sync

报错 manifest文件夹中出现没有提交的错误

处理方式:

git fetch --all  
git reset --hard origin/master 
git pull
切入对应目录强制更新该目录

或者组合模式
repo forall -c "git reset --hard && git clean -fd && git pull"
http://blog.csdn.net/u012637313/article/details/48028161
#需要修改下命令
然后切到aosp目录中repo sync 或者推荐使用repo sync -l 检出所有文件












以上是关于android源码的主要内容,如果未能解决你的问题,请参考以下文章