您好,登錄后才能下訂單哦!
這篇文章主要講解了android studio 3.6.1導入項目報錯提示無法下載classpath里的內容怎么辦,內容清晰明了,對此有興趣的小伙伴可以學習一下,相信大家閱讀完之后會有幫助。
報錯:
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里的內容怎么辦有進一步的了解,如果還想學習更多內容,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。