下载Android sdk的时候,执行到repo sync的时候,出现了如下的错误
fatal: '../platform/abi/cpp.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedlyerror: Cannot fetch platform/abi/cpp
解决方法如下:
在.repo目录下的manifest.xml里找到fetch属性
我的是fetch=”..”
改成
fetch= "git://Android.git.linaro.org/"