我是android studio的新手。我已经用android studio创建了一个新项目,当我想运行它时,我发现了这个错误:
Error:A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
> Could not find com.android.support:appcompat-v7:21.+
Searched in the following locations:
https://jcenter.bintray.com/com/android/support/appcompat-v7/21/appcompat-v7-21.pom
https://jcenter.bintray.com/com/android/support/appcompat-v7/21/appcompat-v7-21.jar
Required by:
myappname:app:unspecified
让我感到惊讶的一件事是我打开了这个链接:
https://jcenter.bintray.com/com/android/support
但此链接不正确!
这个错误的原因是什么? 我安装了android支持库:
答案 0 :(得分:2)
转到SDK Manager并安装“Extras | Android Support Repository”