首页 > 移动平台 > 详细

android源码

时间:2018-03-07 22:52:03      阅读:218      评论:0      收藏:0      [点我收藏+]

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源码

原文:https://www.cnblogs.com/billhsu2009/p/8525483.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!