Plugin Folder of Android Studio in Linux

android-studio, intellij-idea, linux

Solution

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.

Problem

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

Original source

Related problems