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

Build Android HelloWorld失败:配置“:app:_debugcompile”的依赖项

袁安志
2023-03-14

我想建立我的第一个android hello world应用程序,但得到了这个错误,知道是怎么回事吗?

错误:配置项目“:App”时出现问题。

无法解析配置“:app:_debugcompile”的所有依赖项。找不到任何与com.android.support匹配的版本:AppCompat-v7:15.+.不匹配的版本:23.1.0 23.0.1 23.1.0 22.2.1 22.2.0+在以下位置搜索到的其他10个:https://jcenter.bintray.com/com/android/support/appcompat-v7/maven-metadata.xml https://jcenter.bintray.com/com/android/support/appcompat-v7/file:/users/kukodajanos/library/android/sdk/extras/android/m2repository/com/android/support/appcompat-v7/maven-metadata.xml

共有1个答案

邓驰
2023-03-14
Could not resolve all dependencies for configuration ':app:_debugCompile'. Could not find any version that matches com.android.support:appcompat-v7:15.+. 

请求的是Appcompat-v7(15.+)的非常旧的版本,该版本在您的开发计算机上不可用。您有几个其他版本(23.1.023.0.123.0.022.2.122.2.0+10 more)。用其中一个。

 类似资料: