Could not resolve all dependencies for configuration ‘:app:androidApis‘.

android studio出现Could not resolve all dependencies for configuration ':app:androidApis'.

试过很多种方法,但是都不好使,不管怎么样都是提示如下报错:

Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven repository 'maven(http://maven.aliyun.com/nexus/content/repositories/jcenter)' to redirect to a secure protocol (like HTTPS) or allow insecure protocols. See https://docs.gradle.org/7.3.3/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository.html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol for more details.

这个报错我仔细读了读,发现主要是当前阿里Maven的并不是十分安全,让我换一个安全的协议或者设置安全的协议,可是我并不记得这个URL地址在哪里设置过,

直到我看到了一个帖子,这个帖子的最后我提示:可以打开https://maven.aliyun.com看最新的地址。打开这个链接之后,我大概直到错在哪里了。

看到这里我明白了,我一定是在哪里设置了一个老版的阿里云仓库地址,由于gradel默认是禁止不安全的。所以才会一直出错,我排查了根build.gradle下的maven的内容,发现也是新的仓库地址,我仔细想了想,之前由于gradel每次下载特别慢,我就按照一篇帖子说的,在.gradel下面新建了一个init.gradel文件,但是没想到这个帖子上用的是老版的仓库地址【下图以改正】:

把上面的仓库地址改成新的以后,重新加载,报错消失。

相关推荐
算家云2 天前
LatentSync本地部署教程:基于音频精准生成唇形高度同步视频
人工智能·音视频·模型部署·字节跳动·算家云·latentsync
我命由我123454 天前
Android 项目依赖冲突问题:Duplicate class found in modules
android·xml·java·java-ee·android studio·android jetpack·android-studio
飞川撸码8 天前
flutter 装饰类【BoxDecoration】
flutter·android-studio·dart
我命由我123458 天前
Android Room 构建问题:There are multiple good constructors
android·开发语言·java-ee·android studio·android jetpack·android-studio·android runtime
我命由我1234510 天前
Android Studio 警告信息:Use start instead of left to ensure...
android·java·开发语言·ide·java-ee·android studio·android-studio
xiangzhihong811 天前
在Windows上 安装使用repo
前端·android-studio
我命由我1234512 天前
Android Process 问题:NoSuchMethodError,No static method myProcessName()
android·java·java-ee·android studio·安卓·android-studio·安卓开发
我命由我1234521 天前
Android IO 问题:java.io.IOException Operation not permitted
android·java·开发语言·java-ee·android studio·android-studio·安卓开发
xixihaha_dddddd23 天前
SQLiteDataBase数据库
android·android-studio
xixihaha_dddddd25 天前
Intent--组件通信
android-studio