SABANTO
SABANTO

Reputation: 1506

Android Lint not running Android Studio 3.6.3

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

Upvotes: 10

Views: 2181

Answers (2)

Amirhossein
Amirhossein

Reputation: 329

Try Invalidating Caches / Restart

File --> Invalidate Caches

If it didn't work, try reinstalling Android Studio

Upvotes: 1

Sonu Sourav
Sonu Sourav

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

Related Questions