码迷,mamicode.com
首页 > 移动开发 > 详细

编译报错:Failed to resolve com.android.support

时间:2018-04-17 16:52:13      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:tps   span   center   google   enter   cts   maven   报错   project   

解决方法:

打开build.gradle 添加下面标红的代码

allprojects {
    repositories {
        jcenter()
        
        // 标红的代码
        maven {
            url "https://maven.google.com"
        }
    }
}

编译报错:Failed to resolve com.android.support

标签:tps   span   center   google   enter   cts   maven   报错   project   

原文地址:https://www.cnblogs.com/zhaoqingyue/p/8867119.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!