我正在尝试使用 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
我不确定有什么问题。
任何人都可以帮我一个忙吗?