当前位置: 首页 > 知识库问答 >
问题:

无法解析:com.android.support:CardView-v7:24.2.0

施令秋
2023-03-14

Android项目,在下面的链接上

https://gitlab.com/vandy-aad-2/aad-2-assg-1/

Gradle sync is failing to give the error: Failed to resolve: com.android.support:cardview-v7:24.2.0

共有1个答案

习宸
2023-03-14

在顶层build.gradle文件的repos中添加google()repo:

allprojects {
    repositories {
        google()
        jcenter()
    }
}
 类似资料: