Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio not showing red underlines in project structure

Eclipse used to show RED UNDERLINES wherever there was some error in project view. One could easily see all the errors without checking each file individually for errors. Is there any way to do the same in Android Studio?

like image 820
Mehvish Mushtaq Avatar asked Oct 20 '22 14:10

Mehvish Mushtaq


1 Answers

For Android Studio

File > Power Save Mode check if it is checked or not.

if it is checked it will not show the red line for error

For Eclipse

enter image description hereYou can see the list of problems from

Window → Show View → Problems

OR you can search using QuickAccess option.

like image 192
Dennis MP Avatar answered Oct 29 '22 21:10

Dennis MP