Android Studio is showing an error for a plugin that isn't installed

Viewed 37

Every time I start Android Studio I see this error relating to a plugin called Git Bar:

enter image description here

I remember installing this plugin in the past but when I view the installed plugins in Settings it isn't listed:

enter image description here

So how can I remove this plugin and resolve the error?

1 Answers

I managed to fix this by browsing to my Android Studio plugins folder and deleting the file gitbar.jar.

(In my case, because I install via the JetBrains Toolbox, the full path was %LOCALAPPDATA%\JetBrains\Toolbox\apps\AndroidStudio\ch-0\201.7042882.plugins\gitbar.jar.)

Related