GooglePlayServices无法使用该项目

时间:2015-10-10 12:29:54

标签: android google-play-services

我正在开展一个项目,我必须使用Google plus对用户进行身份验证,然后我就这样做了。现在我出于某些原因将我的项目从一台PC转移到另一台PC。我在开发者控制台上进行了更改,但是当我尝试在启动后使用google plus登录时,它表示" Google Play服务不可用。此应用程序将关闭。"

为什么一切都很好会出现这个错误?

gradle依赖关系如下:

dependencies {
compile 'com.android.support:support-v4:+'
compile 'com.google.code.gson:gson:1.7'
compile 'com.google.android.gms:play-services:+'
compile('com.crashlytics.sdk.android:crashlytics:2.5.2@aar') {
    transitive = true;
}

1 个答案:

答案 0 :(得分:0)

确保您运行该应用的设备(或模拟器)安装了最新版本(目前至少为8.1.0)的Google Play服务,或者在您的版本中设置完整(早期版本)版本.gradle。