GoogleApiClient is throwing “GoogleApiClient is not connected yet” AFTER onConnected function getting called

前端 未结 9 1622
-上瘾入骨i
-上瘾入骨i 2020-11-27 04:38

So I found something that is not very clear for me about GoogleApiClient. GoogleApiClient has a function called onConnected which is run wh

9条回答
  •  醉梦人生
    2020-11-27 05:19

    I had the same error, but my problem was different from iheanyl's answer:

    I had declared the googleApiClient static. This prevented android from shutting down the service.

提交回复
热议问题