Android Lint not running Android Studio 3.6.3

Viewed 1014

One of my project is not running Android lint when I run an inspection. I have reset the inspection settings to default and even tried exporting the settings from a project where lint is running. Attached is a picture of the settings and the inspection results that I get. Any ideas on how I could get Android Lint running in the project? Inspection settings

My inspection results enter image description here

2 Answers

From the picture, it seems that your lint is working. Probably, you are expecting other lint type errors also but since your project doesn't have those errors, they are not listed here.

Try Invalidating Caches / Restart

File --> Invalidate Caches

If it didn't work, try reinstalling Android Studio

Related