33

I have installed a plugin which now crashes my Android Studio on start. Does someone know where Android Studio stores its downloaded plugin files, so I can delete it manually?

Nolan Amy
  • 10,785
  • 5
  • 34
  • 45
JimVanB
  • 1,215
  • 1
  • 13
  • 29

12 Answers12

41

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.

erakitin
  • 11,437
  • 5
  • 44
  • 49
  • Ah, the ~/Library/Application Support/AndroidStudioPreview folder did the trick. Plugins are stored there as own folders. I was looking at the wrong place under /Library/Application Support/ Now AS starts again, thanks. – JimVanB May 08 '14 at 09:25
  • 2
    I found them in ~/Library/Application Support/AndroidStudio1.3 – scrayne Oct 26 '15 at 23:53
  • 11
    For AndroidStudio4.1 ~/Library/Application Support/Google/AndroidStudio4.1 – TazmanOne Oct 19 '20 at 08:29
  • 1
    For Android Studio 4.2 ~/Library/Application Support/Google/AndroidStudio4.2/plugins – Murat Jul 02 '21 at 13:50
23

For Android Studio 4.1 main folder was change location

Now main folder you can find in path:

~/Library/Application Support/Google/AndroidStudio4.1
TazmanOne
  • 553
  • 1
  • 5
  • 14
14

This is where I could able to delete the plugin which was showing errors whenever I open Android Studio due to plugin incompatibility. even after error I could able to work. But still, I deleted the plugin. After that no error.

%USERPROFILE%\AppData\Roaming\Google\AndroidStudio4.1\plugins
slasky
  • 2,726
  • 4
  • 27
  • 36
Raveesh G S
  • 524
  • 6
  • 7
9

For Android Studio 1.4, check the following folder:

~/Library/Application Support/AndroidStudio1.4
Martyn Davis
  • 625
  • 1
  • 10
  • 16
5

For Android Studio 4.1.1 the path is:

~/Library/Application Support/Google/AndroidStudio4.1/plugins/
hata
  • 11,633
  • 6
  • 46
  • 69
WongDao
  • 51
  • 1
  • 1
4

For Android Studio 2.3 its:

/Applications/Android Studio.app/Contents/plugins/android/lib/templates

Hruskozrout
  • 569
  • 6
  • 23
1

For android studio 4.0 goto Application then right click and choose 'show package Contents'

Hamza
  • 2,017
  • 1
  • 19
  • 40
1

As for Mac Os: 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.

As for Windows: go to : C:\Users%yourUserName%\AppData\Roaming\Google\AndroidStudio4.1\plugins

delete plugin at What do you expect the problem from.

0
~/Library/Application Support/<PRODUCT><VERSION>

Based on the official documentation:

Directories used by the IDE to store settings, caches, plugins and log:

https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs

Yauheni Pakala
  • 868
  • 9
  • 16
0

~/Library/Application Support/Google/AndroidStudio2022.1/disabled_plugins.txt

Leonid Ivankin
  • 579
  • 4
  • 9
-1

just uninstall Android Studio and Again Install Android Studio your plugin problem is solve bcz some file in setting automatically hidden and u can not access these files so plz just reinstall Android Studio

-1

Click on android studio label, select preferences from spinner items.

enter image description here

  1. Click on android studio label
  2. Select preferences tab from drop down
  3. Here you find the screen where you can find option plugin
4b0
  • 21,981
  • 30
  • 95
  • 142