在app下的build.gradle添加代碼
lintOptions {
checkReleaseBuildsfalse
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnErrorfalse
}
在app下的build.gradle添加代碼
lintOptions {
checkReleaseBuildsfalse
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnErrorfalse
}