5

It is mentioned here: https://firebase.blog/posts/2022/06/new-product-updates-to-firebase-crashlytics

that I can see my Crashlytics crashes directly in Android Studio thanks to the 'App quality insight' window.

As explained in the previous link, I logged in my Android Studio with my Google developer account.

But I don't see how to add the 'App quality insight' window.

Any idea?

Thanks

toto_tata
  • 14,526
  • 27
  • 108
  • 198

4 Answers4

5

In my case, firebase plugin was disabled, and I didn't see App Quality Insight window. After enabling firebase plugins and restarting of Android studio, App Quality Insight window appears.

File->Settings->Plugins

enter image description here

Zoran
  • 1,502
  • 19
  • 22
3

You have to sign in with the same account you use on firebase. Click on avatar at the top right corner in android studio and log in.

M_droid
  • 2,447
  • 2
  • 25
  • 35
1

This feature is available in Electic Eel Release of Android Studio.

Get access to this feature in the latest Canary version of Android Studio - Electric Eel | 2022.1.1.

Link to official docs: Link

Sohel Shaikh
  • 400
  • 1
  • 8
  • 18
  • 1
    Thanks. I thought I had the last version as no updates are available via 'check for updates' in my Android Studio. I will wait to have the update in Android Studio as I don't like to install dev or canary versions. – toto_tata Jul 29 '22 at 09:29
0

Ensure that you have logged in to Android Studio using the same account as your Firebase account.

Ali Rezaiyan
  • 3,011
  • 3
  • 16
  • 27