Reputation: 775
I've updated my Android Studio to the latest version ElectricEel. Everything is working fine, except the App Quality Insights feature(I've updated the Studio because of this :) )
First, my Firebase plugins were disabled and the App Quality Insights window was not available at all. I've fixed this issue as described here.
Now I have the ability to launch the feature. But when the window is loaded I'm getting an error:
400 Bad Request { "error" : "invalid_grant", "error_description" : "Bad Request" }
I've checked the Firebase plugins and signed in to Android Studio. Restarted and Invalidated. Nothing helped.
NOTE: My colleagues on the same project don't have this issue.
Any hints about this?
Upvotes: 3
Views: 1349
Reputation: 1091
If you are on Mac Os you can run from your Terminal:
defaults delete com.google.gct
Upvotes: 0
Reputation: 775
The fix was in three steps:
Everything should work. Also, if after sign in, you are not seeing your Google account image in the top right corner, u maybe need to re-login again.
Thanks [ArpitPatel] for a hint.
Upvotes: 4