适用于ARC的Google Play Services SDK版本

时间:2017-03-16 15:51:30

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

我们正在尝试将Google+登录信息整合到我们的Android-ChromeOS应用中。在本指南(https://developer.chrome.com/apps/arc_playservices)中,最后一步建议降级Google Play服务SDK,使其在ARC中运行。我们需要降级到的Google Play Services SDK的确切版本是什么?

此SDK的最新版本是10.2.0。我们尝试使用9.0.0但它没有用。

1 个答案:

答案 0 :(得分:1)

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

必须设置以下

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

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

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