问题
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:
Open C:\Users\Administrator.AndroidStudio2.3\config\plugins.
Find the file "ansi-highlighter.jar".
Delete the file.
Restart Android Studio.
source:http://www.aoaoyi.com/archives/774.html
来源:https://stackoverflow.com/questions/45533060/android-studio-plugin-exception