Created
April 15, 2020 06:30
-
-
Save tomasnorre/0013707efce157c313f1fd860a1e7cfa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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