/mnt/iso/android-source/android/system

[[email protected] system]# gedit .repo/manifests/default.xml

将 https://android.googlesource.com/ 全部使用 https://aosp.tuna.tsinghua.edu.cn/ 或 git://aosp.tuna.tsinghua.edu.cn/aosp/ 代替。

[[email protected] system]# pwd
/mnt/iso/android-source/android/system

[[email protected] system]# repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
[[email protected] system]# repo init -m .repo/manifest.xml ( 不必执行)
[[email protected] system]# repo sync

......

Fetching projects: 99% (225/227) fatal: remote error:
Repository unavailable due to DMCA takedown.
See the takedown notice for more details:
https://github.com/github/dmca/blob/master/2014-12-22-Cambridge-Mobile.md.
fatal: Couldn't find remote ref refs/heads/gingerbread
error: Cannot fetch CyanogenMod/android_external_svox
error: Cannot fetch CyanogenMod/android_hardware_ti_wpan

error: Exited sync due to fetch errors


++++++++++++++++++++解决错误的方法

gedit .repo/manifests/default.xml

find CyanogenMod/android_external_svox
and remove that entire line

find CyanogenMod/android_hardware_ti_wpan
and remove that entire line

save the file , then

repo sync

更多相关文章

  1. android 获取当前时间的方法
  2. Android ScrollView嵌套ViewPager不显示和出现空白部分 解决方法
  3. Android查询所有联系人和根据号码查询联系人方法
  4. Android系统信息查看方法
  5. 2010.04.16————android 带输入框AlertDialog 第二次点击出现
  6. Android 源码下载遇到 403错误 的解决办法
  7. Android裁剪图像实现方法示例
  8. Android中常用的bitmap处理方法

随机推荐

  1. Android中Http请求
  2. Android(安卓)studio 混合编程(一)
  3. android:windowSoftInputMode属性使用
  4. Android(安卓)短信数据库详细总结分析
  5. Android(安卓)中 PopupWindow的用法 汇总
  6. 【Android】MTK Android(安卓)编译命令
  7. Android(安卓)新手常见的10个误区(上)
  8. 类程序Log4j Android
  9. Android(安卓)Studio 如何导入.so文件/ja
  10. Android中的数据结构解析(四)SparseArray和