Reputation: 1225
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?
Upvotes: 34
Views: 43750
Reputation: 667
~/Library/Application Support/Google/AndroidStudio2022.1/disabled_plugins.txt
Upvotes: 0
Reputation: 11
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.
Upvotes: 1
Reputation: 1
Click on android studio label, select preferences from spinner items.
Upvotes: -1
Reputation: 682
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
Upvotes: 16
Reputation: 51
For Android Studio 4.1.1 the path is:
~/Library/Application Support/Google/AndroidStudio4.1/plugins/
Upvotes: 5
Reputation: 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
Upvotes: -1
Reputation: 573
For Android Studio 4.1 main folder was change location
Now main folder you can find in path:
~/Library/Application Support/Google/AndroidStudio4.1
Upvotes: 26
Reputation: 2045
For android studio 4.0 goto Application then right click and choose 'show package Contents'
Upvotes: 1
Reputation: 1209
~/Library/Application Support/<PRODUCT><VERSION>
Based on the official documentation:
Directories used by the IDE to store settings, caches, plugins and log:
Upvotes: 0
Reputation: 569
For Android Studio 2.3 its:
/Applications/Android Studio.app/Contents/plugins/android/lib/templates
Upvotes: 4
Reputation: 624
For Android Studio 1.4, check the following folder:
~/Library/Application Support/AndroidStudio1.4
Upvotes: 9
Reputation: 11517
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.
Upvotes: 41