在Mac上的应用程序构建期间android google play服务错误

时间:2017-08-16 15:40:31

标签: android cordova

我刚刚用cordova创建了一个新的android项目,当我在android studio中加载项目时。我得到了以下错误。 我已经更新了我的Google Play服务,但仍然给了我这个错误。

Error:Execution failed for task ':processDebugGoogleServices'. > Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 11.0.1.

1 个答案:

答案 0 :(得分:0)

可以尝试使用最新版本

compile 'com.google.android.gms:play-services:11.2.0'

并检查是否有

dependencies {
    classpath 'com.google.gms:google-services:3.0.0'
    // ...
} 
在<{1}}文件

中的