24

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
  • 9,896
  • 2
  • 32
  • 43
JimVanB
  • 1,115
  • 1
  • 11
  • 28

9 Answers9

37

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
  • 10,743
  • 5
  • 40
  • 46
  • 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
  • 7
    For AndroidStudio4.1 ~/Library/Application Support/Google/AndroidStudio4.1 – TazmanOne Oct 19 '20 at 08:29
9

For Android Studio 1.4, check the following folder:

~/Library/Application Support/AndroidStudio1.4
Martyn Davis
  • 535
  • 1
  • 7
  • 16
6

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
  • 333
  • 1
  • 4
  • 13
6

This is where i could able to delete Plugin which was showing error 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.

C:\Users\{YOUR USER PROFILE}\AppData\Roaming\Google\AndroidStudio4.1\plugins
Raveesh G S
  • 226
  • 4
  • 5
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
  • 1,887
  • 1
  • 16
  • 35
1

For Android Studio 4.1.1 the path is:

~/Library/Application Support/Google/AndroidStudio4.1/plugins/
hata
  • 8,429
  • 5
  • 32
  • 57
WongDao
  • 11
  • 1
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

wcoder
  • 300
  • 7
  • 8
0

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 – Uni Oct 29 '20 at 03:03