原因:库下载失败
方法:修改下载源
步骤:project build.gradle更改为
allprojects{
repositories{
maven{
url"https://maven.aliyun.com/repository/google"
}
maven{
url"https://maven.aliyun.com/repository/jcenter"
}
}
}
原因:库下载失败
方法:修改下载源
步骤:project build.gradle更改为
allprojects{
repositories{
maven{
url"https://maven.aliyun.com/repository/google"
}
maven{
url"https://maven.aliyun.com/repository/jcenter"
}
}
}
本文标题:@debug/compileClasspath‘: Could
本文链接:https://www.haomeiwen.com/subject/eiwraktx.html
网友评论