Android - 我是否需要针对App定位相同的播放服务版本并佩戴?

时间:2018-01-11 03:40:44

标签: android google-play-services wear-os

我最近更新了我的应用程序,并在build.gradle中将9.x到11.x的google play服务版本。我对应用程序本身没有任何问题。但我遇到的磨损设备问题无法与手机上的App建立连接。

我检查过将playservices降级到9.x,看起来有效。

我不确定使用Google Play服务更新设备的频率。它与操作系统更新本身有关吗?基于磨损,OS播放服务被限制更新?

这可能是一个愚蠢的问题,但我正在尝试理解磨损操作系统和游戏服务之间的关系。

非常感谢与此相关的任何信息。

由于

1 个答案:

答案 0 :(得分:0)

suppose your mobile app google play services version is
compile 'com.google.android.gms:play-services-gcm:11.6.2'

Then Wear version should be like this
implementation 'com.google.android.gms:play-services-wearable:11.6.2'

Not latest version of google play services
implementation 'com.google.android.gms:play-services-wearable:11.8.0'