我有一个带有 Google Play services rev 的干净的 Android 项目。13 按照这些说明通过 SDK 管理器安装。
我的build.gradle
文件如下:
dependencies {
compile 'com.google.android.gms:play-services:4.0.30'
}
但是,当我尝试构建这个应用程序时,我得到
Gradle: A problem occurred configuring project ':Maple'.
> Failed to notify project evaluation listener.
> Could not resolve all dependencies for configuration ':Maple:_DebugCompile'.
> Could not find com.google.android.gms:play-services:4.0.30.
Required by:
MapleProject:Maple:unspecified