toto_tata
toto_tata

Reputation: 15402

Android Studio : how to add 'App quality insight' window to see Crashlytics data in Android Studio?

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

Upvotes: 5

Views: 2614

Answers (5)

diAz
diAz

Reputation: 516

in addition to Ali Rezaiyan's answer

enter image description here

Upvotes: 0

Ali Rezaiyan
Ali Rezaiyan

Reputation: 3309

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

Upvotes: 1

M_droid
M_droid

Reputation: 2788

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.

Upvotes: 3

Zoran
Zoran

Reputation: 2238

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

Upvotes: 5

Sohel Shaikh
Sohel Shaikh

Reputation: 408

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

Upvotes: 1

Related Questions