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 ha
Solution 1:
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.
Solution 2:
I disabled "google login" plugin in android studio and then enabled it. This fixed the issue
Solution 3:
If you are using Linux, remember that uninstalling an application does not remove the previous configuration files used by Android Studio and X-Window.
So before launching your updated AS, remove the following directories:
~/.AndroidStudio*
~/.java/.userPrefs
Post a Comment for "Google Sign In Issue"