当前位置: 代码迷 >> Android >> android is not translated in 出错解决方案
  详细解决方案

android is not translated in 出错解决方案

热度:59   发布时间:2016-04-28 01:15:49.0
android is not translated in 报错解决方案

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

例如:

[html] view plaincopyprint?
  1. "auto_exit" is not translated in zh, zh_CN  

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

 

建议先尝试Clean, 一般可以解决。实在不行修改Lint设置,如下。


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


  相关解决方案