1 ) 根据要求,在build.gralde
中明明已经添加了以下代码,但依旧下载不了相应的aar
或 jar
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
但是当我们把链接(https://jitpack.io/com/xxx/xxx-1.0.0.aar)用浏览器打开,又可以正常的下载!
是不是很不爽,心态都崩了。
经过不断的google,搜索资料。终于找到几个相关的问题。
https://github.com/jitpack/jitpack.io/issues/4002
https://stackoverflow.com/questions/50389211/android-studio-maven-url-https-jitpack-io-cant-download
解决方案也简单,将https://jitpack.io
改为https://www.jitpack.io
就好