BUG截圖

Paste_Image.png
解決方案
設(shè)置一

Paste_Image.png
gradle.projectsEvaluated
{
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}
}
設(shè)置二

Paste_Image.png
lintOptions {//設(shè)置編譯的lint開關(guān),程序在buid的時(shí)候,會(huì)執(zhí)行l(wèi)int檢查,有任何 的錯(cuò)誤或者警告提示,都會(huì)終止構(gòu)建
abortOnError false
}