1) Calling connect()
while still connected, missing disconnect()
.This error occurs in following scenario,
Switch off Wifi and launch my App First time.
I try to connect GoogleAPiClient
onCreate()
of ActivityGot Error dialog, Network Error:A data connection is required to connect to GoogleApiClient.
So Switch ON WIFI, again open my App.
Got
connect()
while still connected, missingdisconnect()
error.
From my debugging I found,no GoogleApiClient connection callback methods are called when this occurs.
Note : This error not occurs, if I remove my google account from my device and add again. Also I used old version of Google play services.Is it affects anything.(As I used LocationClient API in my app I cant update to new Google play services, because it is updated to LocationServices API)