在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
本文介绍了如何解决在使用Android SDK Tool r19及以上版本进行导出时出现的多语言资源文件提示未翻译问题。通过调整Eclipse中Android Lint错误检查设置,可以将严重性级别从致命更改为警告。
968

被折叠的 条评论
为什么被折叠?



