Android アプリケーションで GoogleAuthUtil を使用して Google Play サービスの認証を使用しています。私はこの部分を約2か月前に行いましたが、それ以降は完全に正常に機能しています。昨日、SDKを更新しました。現在、アプリケーションでこのエラーが発生しています。「GoogleAuthUtil を解決できません」と表示されます。
更新された SDK で何か変更がありましたか?
どうすればこれを解決できますか?
以下のものを輸入しています。
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.
私は得ています
com.google.android.gms.auth を解決できません。