gpt4 book ai didi

android - 无法解析 : com. android.support :appcompat-v7:25. 1.0

转载 作者:IT王子 更新时间:2023-10-28 23:55:41 26 4
gpt4 key购买 nike

enter image description here我的 Android Studio 充满了错误 android studio 无法识别库。

Error:(27, 13) Failed to resolve: com.android.support:appcompat-v7:25.1.0

最佳答案

确保存储库部分包含一个带有“https://maven.google.com”端点的 maven 部分。例如:

allprojects {
repositories {
jcenter()
maven {
url "https://maven.google.com"
}
}
}

更新:

allprojects {
repositories {
google()

// If you're using a version of Gradle lower than 4.1, you must
// instead use:
//
// maven {
// url 'https://maven.google.com'
// }
}
}

See android documention for details

关于android - 无法解析 : com. android.support :appcompat-v7:25. 1.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42313573/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com