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?
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With