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 ca
requestLocationUpdates()
exception
Try to implement GooglePlayServicesClient.ConnectionCallbacks and @Override onConnected() on your activity and put all the code that needs a connection inside of it.
That worked for me.