Android Wear Google Play Services

假装没事ソ 提交于 2019-12-12 01:24:54

问题


I developing an android wear app. While synchonization the data I have to use Google Play Services in order to update information between devices (phone and wear). I have some problems:

  1. While synronization Google Play Services have to update to the lates version. The original version is 8.7. But after sycning they become 9.8 ! Not the latest: 10.0.1! WHY? The phone have got the latest (10.0.1). So, it is not possible to sync the data.

  2. Will this problem appear for published APK file? Will users see the same error on their devices? Is it a problem only for applications in development? Or what? I will not sure that the application work properly in all devices! Am I right?


回答1:


The only solution I've found is to decrease Google Play Services' version in both handheld and wearable applications. compile 'com.google.android.gms:play-services-wearable:9.6.1'



来源:https://stackoverflow.com/questions/41406497/android-wear-google-play-services

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!