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.