Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i check the errors of the whole project? Android Studio

When I was using visual studio, in the one of the tabs it was a list of error of the entire project

But now I cannot find the equivalent of that windows, I can only watch the errors of the actual File

enter image description here

And the only way to know if there is another error I just gotta run the project and waste too much time.

Is there a way to see the errors of the whole project?

like image 793
RodParedes Avatar asked Nov 19 '25 19:11

RodParedes


1 Answers

You have this view also you can go there pressing 6

enter image description here

Also there's a short cut with ^, that jumps into that window showing the errors.

Another good question for this has been asnwered by Ashutosh Jindal at How to view the list of compile errors in IntelliJ?

like image 149
Skizo-ozᴉʞS Avatar answered Nov 21 '25 08:11

Skizo-ozᴉʞS