xxx is not translated in yyy, zzz 的解决办法

xxx is not translated in yyy, zzz 的解决方法在Android SDK Tool r19之后, Export的时候遇到xxx is not

xxx is not translated in yyy, zzz 的解决方法

在Android SDK Tool r19之后, Export的时候遇到xxx is not translated in yyy, zzz的问题。

例如说"auto_exit" is not translated in zh, zh_CN.

这是因为Android SDK Tool 將 ANDROID_LINT_COMPLETE_REGIONS 改为了需要检查。

?

临时解决方法:
Eclipse > Preference > Android > Lint Error Checking的Correctness: Messages > MissingTranslate
将 Severity 从 Fetal 改为 Warming

?