简体   繁体   中英

Where is the plugin folder for Android Studio on Mac

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?

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.

For Android Studio 4.1 main folder was change location

Now main folder you can find in path:

~/Library/Application Support/Google/AndroidStudio4.1

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

对于 Android Studio 1.4,检查以下文件夹:

~/Library/Application Support/AndroidStudio1.4

对于 Android Studio 4.1.1,路径为:

~/Library/Application Support/Google/AndroidStudio4.1/plugins/

For Android Studio 2.3 its:

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

对于 android studio 4.0 goto Application 然后右键单击并选择“显示包内容”

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.

~/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

只需卸载 Android Studio 并再次安装 Android Studio 您的插件问题解决了 bcz 设置中的某些文件自动隐藏并且您无法访问这些文件所以请重新安装 Android Studio

Click on android studio label, select preferences from spinner items.

在此处输入图像描述

  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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM