GoogleApiClient is throwing “GoogleApiClient is not connected yet” AFTER onConnected function getting called
问题 So i found something that is not very clear for me about GoogleApiClient. GoogleApiClient has a function called onConnected which is ran when the client is connected (for sure) I got my own function called: startLocationListening which is eventually getting called on GoogleApiClient's onConnected function. So my startLocationListening function couldnt ran without a GoogleApiClient connection. Code and log: @Override public void onConnected(Bundle bundle) { log("Google_Api_Client:connected.");