Android Studio Plugin Exception

﹥>﹥吖頭↗ 提交于 2019-12-24 06:18:16

问题


I am getting following Android Studio Plugin exception when trying to load project

com.intellij.ide.plugins.PluginManager$StartupAbortedException: com.intellij.diagnostic.PluginException: TOPIC [Plugin: com.alayouni.ansiHighlight]

This started after I included Dagger 2.11 and enable Annotation Processor and Invalidated cache and then restarted Android Studio,

Now I can't load any Project and its ending up with this same exception. I tried:

  • Clearing Project build folders
  • Re-installing Android Studio but had no luck.

I don't think any other plugins that were installed in the studio are interfering as I installed a fresh copy.


回答1:


  1. Open C:\Users\Administrator.AndroidStudio2.3\config\plugins.

  2. Find the file "ansi-highlighter.jar".

  3. Delete the file.

  4. Restart Android Studio.

source:http://www.aoaoyi.com/archives/774.html



来源:https://stackoverflow.com/questions/45533060/android-studio-plugin-exception

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!