本文转自: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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2021-12-25
  • 2021-08-31
  • 2022-12-23
  • 2021-07-28
  • 2021-12-12
猜你喜欢
  • 2021-05-13
  • 2021-11-24
  • 2022-12-23
  • 2021-09-23
  • 2021-08-31
  • 2021-08-17
相关资源
相似解决方案