Skullper
Skullper

Reputation: 775

Android Studio App Quality Insights problem

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

Answers (2)

Sayok Majumder
Sayok Majumder

Reputation: 1091

If you are on Mac Os you can run from your Terminal:

defaults delete com.google.gct

Upvotes: 0

Skullper
Skullper

Reputation: 775

The fix was in three steps:

  1. Sign out from your account in Android Studio;
  2. Restart the Android Studio;
  3. Sign in again.

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

Related Questions