So I found something that is not very clear for me about GoogleApiClient. GoogleApiClient has a function called onConnected which is run wh
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.