Could not resolve com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.28.

1、首先进入阿里云maven仓库,在搜索栏输入无法下载的依赖名称,查询现有版本号,可以看到这里有2.9.34。

2、在build.gradle(Project)的buildscript闭包下替换为阿里云maven仓库:

bash 复制代码
maven { url 'https://www.jitpack.io' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }

3、在build.gradle(Project)的allprojects闭包下也替换为阿里云maven仓库:

4、然后修改build.gradle中的依赖版本,重新sync下载依赖即可。

即命当荣显,常作落寞想;即时当顺利,当作拂逆想;即眼前足食,常作贫窭想;即人相爱敬,常作恐惧想;即家世望重,常作卑下想;即学问颇优,常作浅陋想。

相关推荐
dujunqiu1 小时前
gitlab处理空文件夹的提交或空文件夹提交失败
git·gitlab·github
Cacciatore->3 小时前
使用 GitHub Page 托管个人博客
github
Junmay664 小时前
Git常用操作指令
git·github
半桔5 小时前
二叉树(C语言)
c语言·开发语言·数据结构·算法·链表·github
凯子坚持 c6 小时前
如何在gitee/github上面搭建obsidian的图床
gitee·github
摸鱼仙人~9 小时前
将本地项目上传到 GitLab/GitHub
elasticsearch·gitlab·github
hunter20620611 小时前
windows修改host上github
windows·github
油泼辣子多加16 小时前
2025年01月24日Github流行趋势
github
JNU freshman1 天前
使用github提交Pull Request的完整流程
github
苏金标1 天前
android studio生成jsk
android·android studio