Play services 9.+不要安装wear app
Play services 9.+ don't install wear app
我有一个带有穿戴式和手持端的应用程序。
更新前:
compile 'com.google.android.gms:play-services-wearable:7.8.0'
compile 'com.google.android.gms:play-services-location:7.8.0'
更新后:
compile 'com.google.android.gms:play-services-wearable:9.0.2'
compile 'com.google.android.gms:play-services-location:9.0.2'
当我用最新的 google 播放服务版本更新 gradle 时,该应用程序不再安装在手表上。有谁知道在手表上自动安装应用程序的过程是否有不同的要求?
手表应用只有在手表具有所需的 Google 播放服务时才会安装。
这最近发生了变化。可能是 9.0 或者可能是 android wear 1.5 做检查。以前不管什么版本都安装。
这是目前的一个普遍问题,少数用户无法将手表更新到 9.0 以上。 android Wear 开发者社区甚至有一个 g+ post 要求错误报告以帮助解决问题。
我有一个带有穿戴式和手持端的应用程序。
更新前:
compile 'com.google.android.gms:play-services-wearable:7.8.0'
compile 'com.google.android.gms:play-services-location:7.8.0'
更新后:
compile 'com.google.android.gms:play-services-wearable:9.0.2'
compile 'com.google.android.gms:play-services-location:9.0.2'
当我用最新的 google 播放服务版本更新 gradle 时,该应用程序不再安装在手表上。有谁知道在手表上自动安装应用程序的过程是否有不同的要求?
手表应用只有在手表具有所需的 Google 播放服务时才会安装。
这最近发生了变化。可能是 9.0 或者可能是 android wear 1.5 做检查。以前不管什么版本都安装。
这是目前的一个普遍问题,少数用户无法将手表更新到 9.0 以上。 android Wear 开发者社区甚至有一个 g+ post 要求错误报告以帮助解决问题。