解决 Could not find com.android.tools.build:gradle 问题

Posted ctrlC & ctrlV

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 Could not find com.android.tools.build:gradle 问题相关的知识,希望对你有一定的参考价值。

今天拉同事最新的代码,编译时老是报如下错误:

Error:Could not find com.android.tools.build:gradle:2.2.0.
Searched in the following locations:
file:/D:/software/android-studio/gradle/m2repository/com/android/tools/build/gradle/2.2.0/gradle-2.2.0.pom
file:/D:/software/android-studio/gradle/m2repository/com/android/tools/build/gradle/2.2.0/gradle-2.2.0.jar
https://repo1.maven.org/maven2/com/android/tools/build/gradle/2.2.0/gradle-2.2.0.pom
https://repo1.maven.org/maven2/com/android/tools/build/gradle/2.2.0/gradle-2.2.0.jar

 

跑到maven.org网站上查看,从2.1.3就没有更新了,shit!

 

 百度上都说把版本降回到2.1.3,这不扯蛋么,难道你以后都准备只用2.1.3了?最后还是发现找到脚本,添加jcenter库进去,就可以从jcenter里下载了

 

以上是关于解决 Could not find com.android.tools.build:gradle 问题的主要内容,如果未能解决你的问题,请参考以下文章

maven出现Dependency not found 和Could not find artifact的解决方法(已解决)

Error: could not find java.dll如何解决

解决报错:IncompleteElementException: Could not find result map...

Could not find acceptable representation

mybatis异常:Could not find result map ......... 问题分析及解决

mybatis异常:Could not find result map ......... 问题分析及解决