Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fabric icon disabled in android studio

I'm not able to access fabric from the android studio. The plugin is installed but the icon seems disabled. Here is the screen shot.

enter image description here

like image 614
Appcapster Avatar asked Nov 28 '17 08:11

Appcapster


3 Answers

This is what worked for me:

  1. Uninstall the Fabric plugin and restart Android Studio.
  2. Then delete the .crashlytics folder located here:

    • On Windows: %USER_HOME%/.crashlytics
    • On Mac/Unix: $HOME/.crashlytics
  3. Finally, reinstall the Fabric plugin and restart Android Studio again.

like image 145
Daniel Avatar answered Nov 01 '22 05:11

Daniel


I solved this by clearing Gradle cache and all fabric files from the system and reinstalled plugin in the Android studio, that helped me.

like image 20
Appcapster Avatar answered Nov 01 '22 06:11

Appcapster


You can access it by menu View -> Tool Windows -> Fabric

like image 24
elgringo Avatar answered Nov 01 '22 07:11

elgringo