Google Play Services “Not Authentic” on Glass

你。 提交于 2019-12-07 07:36:17

问题


I'm attempting to get a user's current location on Glass.

Calling mLocationClient.connect() fails without any resolution. Then I checked if Google Play Services was available on the device with:

GooglePlayServicesUtil.isGooglePlayServicesAvailable(this);

This returns ConnectionResult.SERVICE_INVALID, which according to the documentation means that "The version of the Google Play services installed on this device is not authentic."

The Setup Google Play Services SDK guide does not describe that scenario.

Does this appear to be a bug on Glass itself? If so, I'll file a bug report.


回答1:


Google Play Services is not available on Glass at this time. You may have unpredictable results if you attempt to use it, or related features.

If this is something you care about, please let Google know. File an issue in the Glass platform issue tracker and, if possible, describe a use case you're working on that requires it. This helps the Glass team prioritize features.



来源:https://stackoverflow.com/questions/18258408/google-play-services-not-authentic-on-glass

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