android studio 3.6.1导入项目报错提示无法下载classpath里的内容
程序员文章站
2022-11-23 17:08:08
报错:caused by: org.gradle.api.internal.artifacts.ivyservice.defaultlenientconfiguration$artifactresol...
报错:
caused by: org.gradle.api.internal.artifacts.ivyservice.defaultlenientconfiguration$artifactresolveexception: could not resolve all artifacts for configuration ‘:classpath'.
原因:
百度说是无法下载classpath里的内容,具体不是很清楚
解决方法:
百度到了很多方法,单个尝试都解决不了,然后把解决方法结合
在build.gradle里
buildscript { repositories { google() mavencentral() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.6.1' } } allprojects { repositories { google() maven { url 'https://maven.google.com' } jcenter() } }
然后要到gradle\wrapper\gradle-wrapper.properties里把distributionurl换成你本地的。
总结
到此这篇关于android studio 3.6.1导入项目报错提示无法下载classpath里的内容的文章就介绍到这了,更多相关android studio 3.6.1导入项目报错内容请搜索以前的文章或继续浏览下面的相关文章希望大家以后多多支持!
上一篇: AIDA64支持一大波新卡:AMD、NVIDIA双双奉上“甜点”
下一篇: 你低调的像朵花一样