问题
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?
回答1:
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.
回答2:
For Android Studio 2.3 its:
/Applications/Android Studio.app/Contents/plugins/android/lib/templates
回答3:
For Android Studio 1.4, check the following folder:
~/Library/Application Support/AndroidStudio1.4
来源:https://stackoverflow.com/questions/23537065/where-is-the-plugin-folder-for-android-studio-on-mac