我想构建我的第一个android hello world app,但是得到了这个错误,知道发生了什么事吗?
错误:配置项目':app'。
时出现问题无法解析配置':app:_debugCompile'的所有依赖项。 找不到与com.android.support:appcompat-v7:15.+匹配的任何版本。 不匹配的版本: 23.1.0 23.0.1 23.0.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/ 文件:/Users/kukodajanos/Library/Android/sdk/extras/android/m2repository/com/android/support/appcompat-v7/maven-metadata.xml 文件:/Users/kukodajanos/Library/Android/sdk/extras/google/m2repository/com/android/support/appcompat-v7/maven-metadata.xml 文件:/用户/ kukodajanos /库/安卓/ SDK /演员/谷歌/ m2repository / COM /安卓/支持/程序兼容性-V7 / 要求: 的HelloWorld:应用程序:未指定的
答案 0 :(得分:0)
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.0 23.0.1 23.0.0 22.2.1 22.2.0 + 10 more
)。使用其中一个。