4

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.

Morrison Chang
  • 11,691
  • 3
  • 41
  • 77
airlok
  • 425
  • 3
  • 14
  • 2
    Given that the GDK for on device apps hasn't been released yet, I'm not sure if a bug report will be meaningful. – Morrison Chang Aug 15 '13 at 17:46
  • 1
    FWIW, Google does address bugs that occur while sideloading apps, since this is their recommended method to build apps right now. – airlok Aug 15 '13 at 18:10

1 Answers1

5

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.

mimming
  • 13,974
  • 3
  • 45
  • 74