AndroidLint default rules location

41 views Asked by At

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?

1

There are 1 answers

1
Otourou Da Costa On

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