GoogleApiClient onConnected never called on Wearable device

前端 未结 3 610
逝去的感伤
逝去的感伤 2020-12-16 09:13

I have a wearable device that I\'m trying to connect to the GoogleApiClient but the callbacks are never called (onConnected, onConnectionSuspended or onConnectionFailed). Ev

3条回答
  •  离开以前
    2020-12-16 09:49

    Oh wow, the answer is embarrassingly simple. I missed the part where in onStart() you need to call mGoogleApiClient.connect().

提交回复
热议问题