Where is the plugin folder for Android Studio on Mac
Asked Answered
R

12

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?

Reimpression answered 8/5, 2014 at 8:52 Comment(0)
C
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.

Carburize answered 8/5, 2014 at 9:10 Comment(4)
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.Reimpression
I found them in ~/Library/Application Support/AndroidStudio1.3Arachnoid
For AndroidStudio4.1 ~/Library/Application Support/Google/AndroidStudio4.1Parkman
For Android Studio 4.2 ~/Library/Application Support/Google/AndroidStudio4.2/pluginsJob
P
25

For Android Studio 4.1 main folder was change location

Now main folder you can find in path:

~/Library/Application Support/Google/AndroidStudio4.1
Parkman answered 19/10, 2020 at 8:28 Comment(1)
This should definitely be the accepted answer !Wryneck
A
15

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
Ahlers answered 2/11, 2020 at 4:43 Comment(1)
The only helpful answer, you deserve the tick.Oxpecker
F
9

For Android Studio 1.4, check the following folder:

~/Library/Application Support/AndroidStudio1.4
Funchal answered 15/10, 2015 at 5:6 Comment(0)
E
5

For Android Studio 4.1.1 the path is:

~/Library/Application Support/Google/AndroidStudio4.1/plugins/
Eugenaeugene answered 16/11, 2020 at 7:37 Comment(0)
I
4

For Android Studio 2.3 its:

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

Indaba answered 27/3, 2017 at 8:36 Comment(0)
W
1

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

Wiebmer answered 19/6, 2020 at 0:18 Comment(0)
I
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.

Iberian answered 21/12, 2021 at 13:46 Comment(0)
S
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

Someplace answered 19/12, 2019 at 16:29 Comment(0)
J
0

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

Jenninejennings answered 13/5, 2023 at 7:39 Comment(0)
H
-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

Haydon answered 28/10, 2020 at 19:11 Comment(1)
this is better off as a comment. Try to make answers to questions that don't need commentsGlucosuria
A
-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
Abshier answered 4/10, 2021 at 10:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.