导出已签名应用程序时出现致命毛发错误

问题描述:

我正在尝试导出已签名的android应用程序,但是遇到了以下棉绒错误:

I'm trying to export a signed android app, but I encountered this lint error:

当我进入xml进行查看时,会发生这种情况:

And when I go into the xml to look at it, this happens:

是否可以解决此问题,以便我可以继续对应用进行签名?我不需要翻译它们,因为它们全都是英文。

Is there a way to solve this so that I can continue to sign the app? I don't need them translated since it'll all be in English anyway.

问题出在Android Lint上。要解决此问题,请转到 Preferences->。 Android->毛刺错误检查。

The problem was with Android Lint. For solving this go to Preferences -> Android -> Lint error Checking.

在那里可以看到错误检查方法的列表。

There you can see a list of error checking methods.


  • 滚动到 Correctness:Messages

  • 更改严重性缺少翻译是除错误之外的
    ,例如警告

  • Scroll to Correctness:Messages.
  • Change the severity of Missing Translation to be something other than error, say warning