I am using Google Play Service authorization with GoogleAuthUtil in my Android application. I did this part about two months ago, it worked perfectly and then forward. Yesterday I updated the SDK. Now I get this error in my application. It says: "GoogleAuthUtil cannot be resolved."
Has something changed in the updated SDK?
How can i solve this?
I import the following:
import com.google.android.gms.auth.GoogleAuthException; import com.google.android.gms.auth.GoogleAuthUtil; import com.google.android.gms.auth.GooglePlayServicesAvailabilityException; import com.google.android.gms.auth.UserRecoverableAuthException.
I get
com.google.android.gms.auth could not be resolved.
source share