Where is the plugin folder for Android Studio on MAC

后端 未结 9 1918
一个人的身影
一个人的身影 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:17

    For Android Studio 4.1.1 the path is ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins/

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

    For Android Studio 2.3 its:

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

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

    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

    0 讨论(0)
  • 2020-12-15 22:24
    ~/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

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

    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
    
    0 讨论(0)
  • 2020-12-15 22:36

    For Android Studio 1.4, check the following folder:

    ~/Library/Application Support/AndroidStudio1.4
    
    0 讨论(0)
提交回复
热议问题