dimanche 3 mai 2015

Error implementing google play services

Here is the code

    if (!BaseGameUtils.resolveConnectionFailure(this,
            mGoogleApiClient, connectionResult,
            RC_SIGN_IN, R.string.signin_other_error)) {
        mResolvingConnectionFailure = false;
    }

The error is wrong 5th argument type on R.string.signin.... It says required java.lang.String. How would i modify my code to get rid of the error. Thanks in advance.

Aucun commentaire:

Enregistrer un commentaire