初始化代码库的时候出现如下错误:
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