我有一个干净的Android项目与谷歌播放服务转。 13通过SDK管理器安装,these instructions。
我的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
答案 0 :(得分:91)
在SDK管理器中安装Google Repository。
答案 1 :(得分:4)
即使您已在SDK Manager中安装了Google Repository,您仍可能会看到相同的错误。
另一种可能的解决方案是降级您的版本。
例如,而不是
compile 'com.google.android.gms:play-services:11.2.0'
待办事项
compile 'com.google.android.gms:play-services:11.0.4'
通知11.2.0在Google的Set up Google Play Services页面中做广告,但它对我不起作用。
答案 2 :(得分:-1)
您是否在Avd(仿真器或设备?)上进行测试? 如果是模拟器请检查以下内容: 我通过创建一个目标版本的新avd解决了这个问题:Google API(GoogleInc)API级别18.(需要平台4.3 google api)