公司的项目从仓库中拉取下来,报错,依赖包无法导入
Execution failed for task ':common:generateDebugRFile'.
> Could not resolve all files for configuration ':common:debugCompileClasspath'.
> Could not find com.github.giswangsj:AndRatingBar:1.0.5.
Required by:
project :common
> Could not find com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer:v8.1.3-jitpack.
Required by:
project :common
Unable to resolve dependency for ':app@huaweiDebug/compileClasspath': Could not resolve com.github.giswangsj:AndRatingBar:1.0.5.
Show Details
Affected Modules: app
Unable to resolve dependency for ':app@huaweiDebugUnitTest/compileClasspath': Could not resolve com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer:v8.1.3-jitpack.
Show Details
Affected Modules: app
可以看到
com.github.giswangsj:AndRatingBar:1.0.5
com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer:v8.1.3-jitpack
这两个依赖无法导入,但是同样的代码同事的可以编译,没有问题。于是怀疑我的MA电脑的环境问题,各种排查开始了
,android studio 版本问题?gradle 插件版本?gradle、JDK 版本不行???,看了半天要吐了~~~ 都不管用。
于是新建一个项目导入以上依赖,依然报错。所以确定不是环境问题。怀疑同事电脑mave的本地缓存了以上依赖。所以他能够编译通过,这是想吐啊,------
建议: 去github上的项目看看,是否有升级的版本仓库看看到底是否存在 仓库地址: mavenCentral 仓库地址Jitpack 地址
可以看到 AndRatingBar 根本不存在 1.0.5**,远程仓库应该已经删除了**。
com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer:v8.1.3-jitpack
8.1.3-jitpack该版本已经不存在了
包名\模块名\版本号\哈希值\jar或aar文件,
例:
C:\Users\用户名\.gradle\caches\modules-2\files-2.1。
mac上的路径是:/Users/xxx/.gradle/caches/modules-2/files-2.1
可以通过 访达->前往文件夹
进行访问
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)