放假从家里回来换了个新电脑,所有java环境和Android studio环境都是最新搭建的,软件环境搞好之后迫不及待想创建项目试一哈,结果新创建的项目就报错,Could not resolve all artifacts for configuration ‘:classpath’.如下图所示
我的天这可是刚创建的一个项目啊,对我来说太残忍了
没办法百度呗,试了各种各样的方法,有的管用,但会出现新的问题,
有的干脆不管用。
新的问题包括但不限于unable to find valid certification path to requested target,试过很多方式最终没解决
还有ERROR: Unable to resolve dependency for ‘:app@debugAndroidTest/compileClasspath’,百度上的方法也试过,但还是没解决
最后终于找到一位老哥的博客,https://blog.csdn.net/X_kine/article/details/104741771#comments
稍微总结一下
1.添加镜像网址,建议添加完整:
repositories {
google()
maven { url'https://jitpack.io' }
maven { url'https://clojars.org/repo/' }
maven { url'https://dl.bintray.com/guardian/android&