Missing essential plugin: org
2020-11-23 本文已影响0人
黎阳_7a2d
今天把android studio 升级到最新版的出现了标题上的错误!早了好久,终于发现有用的办法[尴尬]
直接上方法:
我用的是mac,这里只记录一下mac下对于这个问题的解决办法
进入目录:/Users/xxx/Library/Application Support/Google/AndroidStudio4.1
找到文件:disabled_plugins.txt,把他删了!再打开AS就能正常打开了!
下面是原回答:
“In my case next command in terminal helped to find bad files find ~/Library -name disabled_plugins.txt. I found file ~/Library/Application Support/Google/AndroidStudio4.1 –Alexandr Shkurko Oct 13 at 8:07 ”