Where is the plugin folder for Android Studio on MAC

后端 未结 9 1919
一个人的身影
一个人的身影 2020-12-15 22:05

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 manuall

相关标签:
9条回答
  • 2020-12-15 22:36

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

    0 讨论(0)
  • 2020-12-15 22:39

    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.

    0 讨论(0)
  • 2020-12-15 22:40

    For Android Studio 4.1 main folder was change location

    Now main folder you can find in path:

    ~/Library/Application Support/Google/AndroidStudio4.1
    
    0 讨论(0)
提交回复
热议问题