Fabric icon disabled in android studio
Asked Answered
K

3

6

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

Kalmuck answered 28/11, 2017 at 8:23 Comment(7)
Version of Android Studio and fabric plugin ?Lorrainelorrayne
Android Studio 3.0.1 and for fabric I just install plugin from settingsKalmuck
Fabric plugin 4.1.1Kalmuck
Restart Android Studio, Is it on Windows of MacOSX.Lorrainelorrayne
Windows I reinstall android studio but same issue.Kalmuck
Finally, I solved this by clearing fabric cache from gradle.Kalmuck
great, that was unusual problem, post your solution as an answer and accept so that it'll help others :)Lorrainelorrayne
K
2

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

Kalmuck answered 29/11, 2017 at 6:16 Comment(1)
Find fabric files using "Search Everything" software and remove all files completely from your system.Kalmuck
H
9

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.

Haversine answered 28/12, 2017 at 2:19 Comment(2)
Similar issue happened to me, I just did this in my Windows machine and it worked! Thanks!Creepie
For ubuntu users also, it works same as ios(home -> .crashlytics), go to view->show hidden files, and there you go.Boob
K
2

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

Kalmuck answered 29/11, 2017 at 6:16 Comment(1)
Find fabric files using "Search Everything" software and remove all files completely from your system.Kalmuck
E
1

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

Emmie answered 28/11, 2017 at 8:51 Comment(2)
no there is no option for fabric. Even i can see icon but i couldn't access it.Kalmuck
Not Able see any option there.Bever

© 2022 - 2024 — McMap. All rights reserved.