1.异常描述android studio 构建报错提示无法加载dependencies中的插件文章来源:https://www.toymoban.com/news/detail-773552.html
A problem occurred configuring root project 'android'. > Could not resolve all artifacts for configuration ':classpath'. > Could not resolve commons-io:commons-io:2.6. Required by: project : > Could not resolve commons-io:commons-io:2.6.
文章来源地址https://www.toymoban.com/news/detail-773552.html
问题解决:buildscript中的repositories仓库中添加以以下仓库地址
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
到了这里,关于A problem occurred configuring root project ‘android‘.> Could not resolve all artifacts for configu的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!