The way to solve download android source problem.


when you download android source as the step by http://source.android.com/source/downloading.html, however, it is alway interrupted because of the limited bandwidth.


There are a good way that could solve. use the shell script as follow.

"======start repo sync======"  repo sync  while [ $? == 1 ]; do  echo "======sync failed, re-sync again======"  sleep 3  repo sync  done 

when you can not down the source ,you could try this method

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. 手把手教你搞定权限管理,结合Vue实现菜单
  2. mall在Linux环境下的自动化部署(基于Jenki
  3. 商品SKU功能设计与优化
  4. MySql主从复制,从原理到实践!
  5. 涵盖大部分核心组件使用的 Spring Cloud
  6. 盘点下我用的顺手的那些工具!
  7. 虚拟机安装及使用Linux,看这一篇就够了!
  8. SpringBoot中处理校验逻辑的两种方式,真的
  9. 2016, 微信'应用号'可能横空出世!
  10. 一个不容错过的Spring Cloud实战项目!