Lint: How to ignore “ is not translated in ” errors?

后端 未结 13 1960
长情又很酷
长情又很酷 2020-11-27 10:46

I can\'t compile/debug our Android app, because the localization files are not perfect yet.

My IDE\'s validation tool Lint create errors saying:

13条回答
  •  -上瘾入骨i
    2020-11-27 11:15

    Many of them has a given a different working answers, and i too got the same lint errors i make it ignore by doing the following with eclipse.

    1. click on Windows
    2. click on preferences
    3. select android > Lint Error Checking.
    4. click on ignore All > Apply > Ok.

    Thats it.

提交回复
热议问题