美文网首页
Error:Could not find com.android

Error:Could not find com.android

作者: 浪博恩 | 来源:发表于2017-12-15 11:51 被阅读0次

问题描述:

Error:Could not find com.android.tools.build:gradle:2.3.3.

Searched in the following locations:

file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/android/tools/build/gradle/2.3.3/gradle-2.3.3.pom

file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/android/tools/build/gradle/2.3.3/gradle-2.3.3.jar

https://repo1.maven.org/maven2/com/android/tools/build/gradle/2.3.3/gradle-2.3.3.pom

https://repo1.maven.org/maven2/com/android/tools/build/gradle/2.3.3/gradle-2.3.3.jar

Required by:

project :app

Add Google Maven repository and sync project

处理方法:maven {

url'https://maven.google.com/'

name'Google'

}

若是没有jcenter()

加上很管用

相关文章

网友评论

      本文标题:Error:Could not find com.android

      本文链接:https://www.haomeiwen.com/subject/qigrwxtx.html