Could not GET 'http://jcenter.bintray.com/com/github/dcendents/android-maven-gradle-plugin/2.1/andro

Could not GET 'http://jcenter.bintray.com/com/github/dcendents/android-maven-gradle-plugin/2.1/android-maven-gradle-plugin-2.1.jar'. Received status code 403 from server: Forbidden
隔一段时间运行这个项目发现运行不起来了
百度google都找不到答案
最后链接到地址

得到如下提示

jcenter is only available over https
然后尝试把项目下的build.gradle文件修改成

repositories{
jcenter(){ url 'https://jcenter.bintray.com/'}
}

把原来的http改成https然后重新build一遍就OK了


猜你喜欢

转载自blog.csdn.net/q5222890/article/details/104797372
今日推荐