【问题标题】:update google play services - Android更新谷歌播放服务 - Android
【发布时间】:2014-08-30 14:12:22
【问题描述】:

我使用 GoogleApiClient 添加了 Google+ 登录到我的应用,但是当我尝试登录时,应用要求更新我手机上的 Google Play 服务,即使我的手机已经更新了。我还尝试使用 BaseGameUtils 和我遇到了同样的问题。

我将这些行添加到 Manifest.xml 文件但仍然无法正常工作

<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />

【问题讨论】:

  • 应用尝试使用的版本是什么?手机已经安装了什么版本?
  • 尝试从具有 google plus 登录功能的 Play 商店安装一些应用程序。看看这是否有效或同样的问题。可以排除代码错误的可能。

标签: android google-plus google-play-services


【解决方案1】:

很难预测是什么问题,因为您没有提供足够的代码。可能还有另一个问题可能会误导。

只需关注this tutorial 并尝试让sample code "gplus-quickstart-android" 运行。

而且它并不关心您手机上 Google Play 服务的最新更新。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2016-01-05
    • 1970-01-01
    • 2014-08-18
    • 2014-05-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多