Not connected. Call Connect or wait for onConnected() to be called
My app is map-centric. I call requestLocationUpdates() often. Once in a while, I get this exception when its called. Or in any other place which calls such method. I saw the solutions suggested on SOF, sadly nothing seems to work for me. Even if i call mLocationClient.connect() , there is no guarantee that it connects immediately, correct me if i'm wrong. How do i solve this problem? case R.id.btnContinue: gpsLocationDailog.cancel(); int isGooglePlayServiceAvilable = GooglePlayServicesUtil .isGooglePlayServicesAvailable(getApplicationContext()); if (isGooglePlayServiceAvilable ==