找到app文件下的build.gradle文件,之后在该文件中的android加入如下代码即可:
android {......lintOptions {
checkReleaseBuilds false abortOnError false}}