IDEA is not showing compilation errors
已回答
Suddenly my IDEA stopped showing compilation errors and it is kind of "Analyzing..." the code forever (as you can see on the top right)
- Power Safe mode is off
- Source folder is properly set
- JDK is set
Any idea what might be happening?

Intellij Version:

请先登录再写评论。
Please perform three base troubleshooting steps:
- clear caches (**File | Invalidate caches and Restart**)
- disable all custom plugins: https://www.jetbrains.com/help/idea/managing-plugins.html#disable-plugin
- remove/rename .idea directory in the project's root and re-import the project.
If it does not help, quit IntelliJ IDEA, clean [logs folder](https://intellij-support.jetbrains.com/hc/en-us/articles/207241085), reproduce the issue and share the newly generated logs compressed after that.
Hi Konstantin Annikov, next post you can find the logs after restarting IDEA
Does it help to disable android plugin?
Please share the whole log from the IDE start, not just a snippet when the error is reproduced.
yes, it helped. It turns out Android plugin was messing around. Disabling and enabling it again fixed the problem.
Thanks Konstantin Annikov
This just happened to me. Turns out it was a dodgy Java plugin update: https://youtrack.jetbrains.com/articles/SUPPORT-A-2388