Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plugin "Fabric for Android Studio" is incompatible

Since updating to Android Studio 4.1 I constantly get this error message on startup:

Plugin Error: Plugin "Fabric for Android Studio" is incompatible (supported only in IntelliJ IDEA).

That plugin is neither listed in Settings > Plugins nor is it not contained in the expected path.

like image 903
Martin Zeitler Avatar asked Jan 11 '21 10:01

Martin Zeitler


People also ask

Where is the plugin folder for Android Studio on Windows?

Android Studio plugin directories are /Applications/Android Studio. app/plugins and ~/Library/Application Support/AndroidStudioPreview (hidden). Perhaps if you find and delete the bad plugin folder Android Studio will be able to be started correctly.


1 Answers

After downloading "Fabric for Android Studio", it turned out that it is called CrashlyticsPlugin.
And when searching for CrashlyticsPlugin it turned out, that the JetBrains Toolbox uses different paths than the standalone installer does. Removing all occurrences of the CrashlyticsPlugin from %USERPROFILE%\AppData\Local\JetBrains\Toolbox\apps\AndroidStudio\ ch-0 and ch-1 solved the issue.

like image 61
Martin Zeitler Avatar answered Oct 24 '22 20:10

Martin Zeitler