Android Studio highlight problems in code -


so i've moved bunch of code project new project , have bunch of errors (missing classes, methods, resources, etc)

as copy-pasting new classes in new project automatically analyze class , highlight problems red.

i closed android studio , after reopening it, doesn't show errors anymore. if try clean or rebuild project shows first problem finds , highlights that, nothing else.

if go in specific file problems indeed highlight issues, i'd solution files in project.

how can make scan entire project , highlight problem areas/methods/classes/resources/etc ? i'd have "overview" of problematic classes/packages/etc.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -