Android 打包时:.....is not translated in "en" (English).....

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

}

....

}

你可能感兴趣的:(Android 打包时:.....is not translated in "en" (English).....)