Android studio run lint from mac terminal

How can I launch android lint from mac command? I know how to run it from android platform. But I don't know how to run it via gradle command line.

Thank.

+3


source to share


2 answers


I'm not sure if this is what you want, but you can run ./gradlew lint

in the root of your project



+5


source


Change to the root directory of your project. Then enter. / gradlew lint This works for me. Cheerz.



0


source







All Articles