Does someone know where Android Studio stores its downloaded plugin files in Linux OS ? Manually i need to delete a plugin. Found solution for Mac users here
Asked
Active
Viewed 6,005 times
6
-
I've installed Android Studio in `/opt/android-studio` and I have plugins in `/opt/android-studio/plugins/` on Ubuntu – asclepix Oct 21 '16 at 07:11
-
@asclepix I have not installed Android Studio.I will open using androidstudio/bin/ ./studio.sh – Mujammil Ahamed Oct 21 '16 at 07:26
-
So, look for androidstudio/plugins/ – asclepix Oct 21 '16 at 07:30
4 Answers
14
With the new version of Android studio (4.1) some plugins are compatible with IntelliJ IDEA only. I had some issues in delete the plugins not compatible from Android Studio so I solved the problem looking in my File Manager.
I located the unsupported plugins in
/home/**YOUR_USERNAME**/.local/share/Google/AndroidStudio4.1/
I deleted the JAR files and the issue was solved.
Some other pluging anyway could create other issues and Android Studio ask us if we want to report them to Google. Deleting the plugins files or Folders, as above,this issue was solved too.

Alessandro Mana
- 151
- 2
- 6
-
I'm on Windows and can't find the versioned directory in Users/*username*/. There is only a .android directory there. – Asim Oct 14 '20 at 07:03
-
@Asim for windos go to this directory : C:\Users\*username*\AppData\Roaming\Google\AndroidStudio4.1\plugins – Alireza Jan 03 '21 at 05:48
4
If you used Jetbrains Toolbox to install Android Studio, it should be located at:
~/.local/share/JetBrains/Toolbox/apps/AndroidStudio

Khongor Bayarsaikhan
- 1,644
- 1
- 16
- 19
3
You can find it at:
/home/**YOUR_USERNAME**/.AndroidStudio2.2/config/plugins

Putra Ardiansyah
- 5,249
- 4
- 25
- 37
0
For Ubuntu users
- go to
home
- press
ctrl+h
to show hidden folder.local
- now go to
.local
folder - you will find the
share
folder, go inside theshare
folder - Find
Google
and go to theAndroid Studio 4.1
folder and you can see all the plugin folders you have added to your Android Studio.

Arpit Patel
- 7,212
- 5
- 56
- 67