在Google API Emulator 2.0中更新Google Play服务

时间:2015-12-16 09:53:15

标签: android android-studio android-emulator google-play-services

我正在使用最新的android studio V2.0。当我使用模拟器与Google API_23时。 enter image description here

在模拟器中运行我的SocialLoginDemo应用程序时,它会提示更新Google Play服务。我将 SignIn与Google帐户功能集成在一起。

enter image description here

当我点击UPDATE按钮时,Google play Services未更新。 我已经在模拟器中配置了我的Gmail帐户。 我需要更新它吗?

2 个答案:

答案 0 :(得分:2)

之前我遇到过同样的问题。我通过更改build.gradle文件中的一行来修复此问题

从:

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

为:

compile 'com.google.android.gms:play-services:7.+'

答案 1 :(得分:0)

您使用的是比您在模拟器中更新的播放服务版本。所以你有两个选择:

  1. 在应用中降级您的播放服务版本(如gerardnimo建议的那样)
  2. 在模拟器中更新您的播放服务。
  3. 自谷歌在Android SDK Tools 26.0.0中引入Google Play Store images以来。现在可以使用已安装的Google Play商店创建模拟器。

    从26.0.3开始

      
        
    • 在Google Play商店图片的扩展窗口中添加一个新标签,用于显示Play服务版本,以及一个用于检查Play服务更新的按钮。
    •   

    emulator settings