Home Android LocationServices.FusedLocationApi.removeLocationUpdates(mGoogleApiClient, this); Tries to cast as com.google.android.gms.location.LocationListener) LocationServices.FusedLocationApi.removeLocationUpdates(mGoogleApiClient, this); Tries to cast as com.google.android.gms.location.LocationListener) By -Suraj Bahadur 09:10 0 up votedown voteaccepted You're using the wrong import for LocationListener. You have: import android.location.LocationListener; which is the legacy LocationListener and not the Fused Location Provider's listener: import com.google.android.gms.location.LocationListener; Tags: Android Facebook Twitter Whatsapp Newer Older