So I am connecting to the google api client like this.
googleApiClient = new GoogleApiClient.Builder(context) .addApi(LocationServices.API)
compile 'com.google.android.gms:play-services:7.8.+' compile 'com.google.android.gms:play-services-maps:7.8.+'
Solved for me after 10+ hours!!