【问题标题】:Google Play Services SDK version for ARCARC 的 Google Play 服务 SDK 版本
【发布时间】:2017-03-16 15:51:30
【问题描述】:

我们正在尝试在我们的 Android-ChromeOS 应用中集成 Google+ 登录。在本指南 (https://developer.chrome.com/apps/arc_playservices) 中,最后一步建议降级 Google Play 服务 SDK 以便它在 ARC 中工作。我们需要降级到的确切版本的 Google Play 服务 SDK 是什么?

此 SDK 的最新版本是 10.2.0。我们尝试了 9.0.0,但没有成功。

【问题讨论】:

  • 我搜索了文档并在 Google 上搜索了其他资源,但我无法找到任何说明当前 ARC 版本使用的确切 Play Services 版本的来源。我们所指的部分指出,如果您收到升级 Play 服务的提示,则表示 ARC 使用的应该是较低版本。您在使用 9.0.0 后是否仍然收到升级提示,还是出现任何错误?
  • 是的,我们确实收到了 9.0.0 版本的升级提示!此外,我们不能使用任何低于 9.0.0 的版本,因为这些库不再可用。

标签: android google-chrome-app google-chrome-arc


【解决方案1】:

问题已解决。不再显示升级提示。

必须设置以下内容

classpath 'com.google.gms:google-services:1.5.0'

这样我们就可以将播放服务降级到较低版本

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

【讨论】:

    猜你喜欢
    • 2017-04-18
    • 1970-01-01
    • 1970-01-01
    • 2017-12-25
    • 2013-09-15
    • 1970-01-01
    • 2019-08-20
    • 1970-01-01
    • 2014-08-31
    相关资源
    最近更新 更多