Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google sign in issue

I use Android Studio 1.0.2

I clicked on the top right google sign in thing and I granted access on the OAuth page, but my internet suddenly dropped in between and I believe this has caused problems.

Whenever I click on the top right corner, I get the error log in IDE:

IllegalArgumentException: Argument 0 for @NotNull parameter of com/google/gct/login/CredentialedUserRoster.setActiveUser must not be null: Argument 0 for @NotNull parameter of com/google/gct/login/CredentialedUserRoster.setActiveUser must not be null

I tried to click on sign out, but nothing happens (I keep getting this log). I restarted android studio and it still shows me as logged in, but I get the same error when I try to sign out or even click on the top right picture.

My question is: How do I reset only this feature?

like image 494
Irfan Avatar asked Nov 09 '22 20:11

Irfan


1 Answers

Please login to your google account and go to https://security.google.com/settings/security/permissions?pli=1

Here you will see the name of your application with which you attempted google sign in. Click on the application and click "Revoke Access" on the right panel.

You can run your app again. You should not receive any error now.

like image 138
Rajat Avatar answered Jan 04 '23 03:01

Rajat