本文轉自:http://haking.iteye.com/blog/1525758
在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