If I have a compilation error in my project, there seems to be two ways to learn about it in Android Studio: from gradle, and from the IDE itself. All of the obvious options (e.g. Make Project, Make Module, Rebuild Project) appear to invoke gradle. If I want IntelliJ to recognize these errors without any help from gradle, it's possible for a single file, providing that I open it explicitly. For the lack of a better term, I'll refer to this as "analysis", since IntelliJ need not generate a .class file to find the errors. My question is: Is there a way of forcing this analysis on an entire module in Android Studio?