当ImageView不使用带有VectorDrawableCompat的app:scrCompat时,有什么方法可以停止构建过程吗?
!Android Studio shows it properly] 1
但是该项目和Lint成功构建。我尝试过
android {
lintOptions {
checkAllWarnings true
warningsAsErrors true
}
}
但是结果是一样的,我想用这种错误停止我的CI / CD进程。有可能吗?