Open philippb opened 10 years ago
I ran the command and got this
ran the command and got this
What went wrong: Task 'lint' not found in root project 'testproject'. Some candidates are: 'init'.
Try: gradlew clean build lint && android-resource-remover --xml, remove the : from :lint, my lint built successfully but then
'android-resource-remover' is not recognized as an internal or external command, operable program or batch file.
@alexdar94 +1
@philippb +1
@arkangelx +1
It seems that remove the semicolon(:lint) before lint, and the gradle task works.
Build a gradle task that makes is easy to integrate this into a build system.