I'm trying to learn more about android lints. So I want to see already implemented rules. I searched a lot but I couldn't find the location of these files. Can someone give me the location or link to access these files?
Asked
Active
Viewed 32 times
1 Answers
0
You can display them by launching this command:
$ANDROID_SDK_HOME/tools/bin/lint --show
For example in Mac default installation location:
/Users/tooflex/Library/Android/sdk/tools/bin/lint --show

Otourou Da Costa
- 142
- 2
- 9
-
thanks but this just shows their name, category, description etc. I want to read their code and how they are implemented. – Saman Sattari Jan 27 '22 at 07:31