After the update of the AndroidStudio, I updated the gradle to 1.9 in the wrapper and to 0.7.+ in the dependencies of the build.gradle.
Since then, I get this error when running ./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. EDIT
The gradle console also shows these messages:
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