When I run the following on a command line:
./gradlew -lint
I get different results than if I choose the following menu option within Android Studio.
Analyze->Inspect Code...
Can anyone explain this? Is this normal? Should a prudent developer run both in order to find all potential problems with his/her project?