【发布时间】:2014-01-25 17:48:03
【问题描述】:
AndroidStudio更新后,我将gradle在wrapper中更新为1.9,在build.gradle的dependencies中更新为0.7.+。
从那时起,我在运行 ./gradlew check connectedCheck 时收到此错误
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:lint'.
> Lint found errors with abortOnError=true; aborting build.
编辑
gradle 控制台也显示这些消息:
Ran lint on variant release: 69 issues found
Ran lint on variant debug: 69 issues found
Wrote XML report to <PROJECT>/app/build/lint-results.xml
Wrote HTML report to <PROJECT>/app/build/lint-results.html
:app:lint FAILED
【问题讨论】:
标签: android gradle android-studio