I am not able to use GoogleSignIn(com.google.android.gms.auth.api.signin.GoogleSignIn ) and GoogleSignInClient(com.google.android.gms.auth.api.signin.GoogleSignInClient ) while implementing Google Sign In in Visual Studio with Xamarin Android while I can access other classes in App like:
com.google.android.gms.auth.api.signin.GoogleSignInAccount;
com.google.android.gms.auth.api.signin.GoogleSignInOptions;
This is the guide I am following: https://developers.google.com/identity/sign-in/android/sign-in
Aditional, I was looking for similar post in Java and other IDE like this post: Cannot resolve GoogleSignIn and GoogleSignInClient
But, in my case the issue is in Xamarin Android with Visual Studio.
I tried with oficcial and preliminar version of the nuget Xamarin.GooglePlayServices.Identity:
Then, I tried with all nutgets avaliables in official and preliminar version of GooglePlayServices:
And this is another post It doesn't work in my case, because the version Nutget doesn't avaliable: How do you integrate the new Google Sign-In on a Xamarin.Android app?
Xamarin.GooglePlayServices.Identity 29.0.0-beta1
Finally, I have configured the Google Repository Tool in the SDK Manager too:


