i tried this code in to my project the compiler will show the following error.
this is my code.
Auth.GoogleSignInApi.signOut(mGoogleApiClient).setResultCallback(new ResultCallback<Status>() { @Override public void onResult(Status status) { } });
and this is my error
cannot be cast to com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener