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?
12 Answers
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.

- 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
-
2I found them in ~/Library/Application Support/AndroidStudio1.3 – scrayne Oct 26 '15 at 23:53
-
11For AndroidStudio4.1 ~/Library/Application Support/Google/AndroidStudio4.1 – TazmanOne Oct 19 '20 at 08:29
-
1For Android Studio 4.2 ~/Library/Application Support/Google/AndroidStudio4.2/plugins – Murat Jul 02 '21 at 13:50
For Android Studio 4.1 main folder was change location
Now main folder you can find in path:
~/Library/Application Support/Google/AndroidStudio4.1

- 553
- 1
- 5
- 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

- 2,726
- 4
- 27
- 36

- 524
- 6
- 7
For Android Studio 1.4, check the following folder:
~/Library/Application Support/AndroidStudio1.4

- 625
- 1
- 10
- 16
For Android Studio 2.3 its:
/Applications/Android Studio.app/Contents/plugins/android/lib/templates

- 569
- 6
- 23
For android studio 4.0 goto Application then right click and choose 'show package Contents'

- 2,017
- 1
- 19
- 40
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.

- 11
- 1
~/Library/Application Support/<PRODUCT><VERSION>
Based on the official documentation:
Directories used by the IDE to store settings, caches, plugins and log:

- 868
- 9
- 16
~/Library/Application Support/Google/AndroidStudio2022.1/disabled_plugins.txt

- 579
- 4
- 9
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
-
this is better off as a comment. Try to make answers to questions that don't need comments – CoderUni Oct 29 '20 at 03:03
Click on android studio label, select preferences from spinner items.
- Click on android studio label
- Select preferences tab from drop down
- Here you find the screen where you can find option plugin

- 21,981
- 30
- 95
- 142