在gradle.app里面配置以下内容即可
lintOptions { disable 'MissingTranslation' checkReleaseBuilds false // Or, if you prefer, you can continue to check for errors in release builds, // but continue the build even when errors are found: abortOnError false }
在gradle.app里面配置以下内容即可
lintOptions { disable 'MissingTranslation' checkReleaseBuilds false // Or, if you prefer, you can continue to check for errors in release builds, // but continue the build even when errors are found: abortOnError false }