configured to prefer settings repositories over project repositories but repository

"在使用最新版Android Studio (Arctic Fox | 2020.3.1 Patch 1)时遇到配置错误,提示repository设置问题。尝试按照网上的解决方案删除`dependencyResolutionManagement{}

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

使用最新版本android studio 报错如下

configured to prefer settings repositories over project repositories but repository 

我的版本是Android Studio Arctic Fox | 2020.3.1 Patch 1
百度谷歌一番发现
https://blog.csdn.net/m0_60322358/article/details/119521995
说是删除 setting.gradle中的 dependencyResolutionManagement{}一整段代码
但是又遇到新问题,就是各种依赖找不到,类似这种

 Could not find com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.4.
 Could not find com.tencent:mmkv-static:1.2.4.
 Could not find com.google.code.gson:gson:2.8.5.

也就是说找不到各种依赖,那就要给出依赖库的位置
解决方案
在project-level也就是工程目录下的build.gradle中添加库路径就可以

allprojects {
    repositories {
        google()
        mavenCentral()
        jcenter()
    }
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值