Mujammil Ahamed
Mujammil Ahamed

Reputation: 1494

Plugin Folder of Android Studio in Linux

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

Upvotes: 8

Views: 6505

Answers (4)

Arpit Patel
Arpit Patel

Reputation: 8047

For Ubuntu users

  1. go to home
  2. press ctrl+h to show hidden folder .local
  3. now go to .local folder
  4. you will find the share folder, go inside the share folder
  5. Find Google and go to the Android Studio 4.1 folder and you can see all the plugin folders you have added to your Android Studio.

Upvotes: 0

Khongor Bayarsaikhan
Khongor Bayarsaikhan

Reputation: 1704

If you used Jetbrains Toolbox to install Android Studio, it should be located at: ~/.local/share/JetBrains/Toolbox/apps/AndroidStudio

Upvotes: 4

Alessandro Mana
Alessandro Mana

Reputation: 151

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.

Upvotes: 14

Putra Ardiansyah
Putra Ardiansyah

Reputation: 5853

You can find it at:

/home/**YOUR_USERNAME**/.AndroidStudio2.2/config/plugins

Upvotes: 3

Related Questions