【发布时间】:2013-10-21 06:00:40
【问题描述】:
我正在尝试使用 Android Studio 创建 Android 项目。
我已安装最新的 Android Studio 并使用 help-check for updates 对其进行更新。
然后我尝试创建我的第一个Android项目,但是在工作室下载gradle后,它抛出了一个错误:
Gradle: A problem occurred configuring project ':FirstAndroid'.
> Failed to notify project evaluation listener.
> Could not resolve all dependencies for configuration ':FirstAndroid:_DebugCompile'.
> Could not find any version that matches com.android.support:appcompat-v7:+.
Required by:
FirstAndroidProject:FirstAndroid:unspecified
我不确定是什么问题。
谁能帮我一个忙?
【问题讨论】:
标签: android android-studio android-gradle-plugin