Could not resolve com.serenegiant:common:2.12.4
复制修改根目录build.gradle:
allprojects {
repositories {
google()
jcenter()
maven { url 'https://raw.githubusercontent.com/saki4510t/libcommon/master/repository/' }
}
}
Could not resolve com.serenegiant:common:2.12.4 解决方案
最新推荐文章于 2025-11-30 10:06:25 发布
本文介绍了解决在构建项目时遇到的com.serenegiant:common:2.12.4依赖无法解析的问题。通过修改根目录下的build.gradle文件,添加了google(), jcenter()和特定maven仓库的引用,成功解决了依赖问题。

2083

被折叠的 条评论
为什么被折叠?



