Error:Failed to resolve: com.android.support.constraint:constraint-layout:1.0.2

可以换个maven库:

allprojects {
repositories {
jcenter()
//maven { url "https://jitpack.io" }
maven {
url 'https://maven.google.com'//改为此库
}
}

}

 

posted @ 2018-01-17 19:53  haxnt  阅读(274)  评论(0编辑  收藏  举报