-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build gradle task #3
Comments
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 |
@alexdar94 +1 |
@philippb +1 |
@arkangelx +1 |
It seems that remove the semicolon(:lint) before lint, and the gradle task works. |
build gradle task KeepSafe#3 issue fix
Build a gradle task that makes is easy to integrate this into a build system.
The text was updated successfully, but these errors were encountered: