Reputation: 1506
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
Upvotes: 10
Views: 2181
Reputation: 329
Try Invalidating Caches / Restart
File --> Invalidate Caches
If it didn't work, try reinstalling Android Studio
Upvotes: 1
Reputation: 3524
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.
Upvotes: 0