Hi, I would like to use Nearby with Google Play Services from an Android 
Things (ver androidthings_rpi3_devpreview 
<https://dl.google.com/dl/androidthings/rpi3/devpreview/1/androidthings_rpi3_devpreview_1.zip>)
 
app.
When I try to instantiate the google play client I got a connection call 
back with the error code 

*SERVICE_INVALID*


*The version of the Google Play services installed on this device is not 
authentic. *


Is it due to the fact that Android Things is still a preview image, or am I 
missing something ?


Instantiation code : 

mGoogleApiClient = new GoogleApiClient.Builder(this)
        .addApi(Nearby.MESSAGES_API)
        .addConnectionCallbacks(this)
        .addOnConnectionFailedListener(this)
        .build();
mGoogleApiClient.connect();


Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/882efbb9-59c8-4942-a8d5-87ec6d8072b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to