初始化代码库的时候出现如下错误:

fatal: manifest ‘default.xml‘ not available
fatal: duplicate project CyanogenMod/android_hardware_qcom_audio in /dinphy/cm13/.repo/manifests/default.xml

  解决方法:

#重新初始化源码
repo init -u git://github.com/SudaMod/android.git -b sm-2.0
 
#重新同步下载
repo sync -c -f -j4 --force-sync --no-clone-bundle

 

相关文章:

  • 2022-12-23
  • 2022-02-21
  • 2021-08-11
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-12
  • 2022-01-08
  • 2021-08-07
  • 2021-09-04
  • 2022-12-23
相关资源
相似解决方案