I have and Android Studio project I haven't opened in months, and when I look at some individual files there's warning and errors that appear (missing permissions, deprecated functions, etc.).
I want to see all these errors/warnings at once instead of having the navigate to each file to see if it contains any.
When I run Code > Inspect Code with an inspection scope of Whole project, all it returns are warnings about typos and unknown XML attributes:
However, when I run an inspection with a scope of an individual file, it returns errors that aren't in the whole project scope:
The Inspection Profile is the same same in each case: Project Default.
Am I doing something wrong, and is there a way to see all warnings/errors for the entire project?



