Skip to content

Instantly share code, notes, and snippets.

@tomasnorre
Created April 15, 2020 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomasnorre/0013707efce157c313f1fd860a1e7cfa to your computer and use it in GitHub Desktop.
Save tomasnorre/0013707efce157c313f1fd860a1e7cfa to your computer and use it in GitHub Desktop.
I got the same yesterday with Intellij and it took me quite long to fix it. This worked worked for me (You need to adapt the paths to Webstorm):
```
rm -rf ~/Library/Application\ Support/JetBrains/IntelliJIdea2020.1/plugins/*
rm -rf ~/Library/Application\ Support/JetBrains/IntelliJIdea2020.1/disabled_plugins.txt
```
I found it here: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360007952039-Android-support-in-IDEA-2020-1-Ultimate-is-gone-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment