Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get an error list window in Android Studio?

Visual studio has a window called "Error List" at the bottom left which clearly lists every error in your code. But android studio makes it nearly impossible to even know if there is an error.

Aside from a SERIOUSLY tiny red icon at the top right. I mean this little red circle with an exclamation mark is the size of a grain of rice.

Half the time I don't even know my code has an error because I didn't notice it.

How can I get Android studio to list all code errors in a window? Or if its not in settings can I get an extension that does it?

like image 784
Alex Avatar asked Oct 17 '25 16:10

Alex


1 Answers

There is no "Error List" that lists all the errors line by line (without building the project), since the Editor does that by showing a RED horizontal line in the Margin. Once you build the project however, you will find the list of errors in the "Build" View.

But there is the "Problems" View that will show the list of files that has errors. This will show which files in your project has errors.

enter image description here

like image 197
Henry Avatar answered Oct 20 '25 04:10

Henry



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!