Hi! How can I view which lines contain errors? Now, in Analysis it just says "2 errors found, 2 warnings found". Does Android Studio have anything like "View: Toggle Problems" in Visual Studio Code?
h
Hamza
10/22/2018, 11:01 AM
if you double click the message it should link you to the location to the errors
b
Barend
10/22/2018, 3:50 PM
Hi Hamza 🙂 Sorry for not reporting back sooner. What I ended up doing was using <kbd>F2</kbd> to navigate to the location of the errors.