Error:(2) Error: "app_name" is not translated in "en" (English), "sw" (Swahili) [MissingTranslation]
在 app 的 gradle 內添加:
android {
....
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
}
....
}