10

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

enter image description here

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

enter image description here

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.

Cœur
  • 37,241
  • 25
  • 195
  • 267
lyk
  • 1,578
  • 5
  • 25
  • 49

3 Answers3

13

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.

  • Scroll to Correctness:Messages.
  • Change the severity of Missing Translation to be something other than error, say warning
Renjith
  • 5,783
  • 9
  • 31
  • 42
8

Window--> Preferences --> Android -->Lint Error Checking --> Uncheck the second check box that says -Run full error check.

Hope this helps...

Anukool
  • 5,301
  • 8
  • 29
  • 41
  • Sorry, it doesn't. I've already tried this step as shown. I am still not allowed to export as it will say "Project name contains unsupported characters!" in the export window that is launched. – lyk Jan 25 '13 at 04:28
  • That's a different issue. Btw what is the project name? – Anukool Jan 25 '13 at 04:32
5

Since you don't want to translate on all languages and errors similar to that try the following step

Project -> Properties, find Android Lint Preferences, in top to right click Configure Workspace Settings... -> Uncheck Run full error check when exporting app.

Naskov
  • 4,121
  • 5
  • 38
  • 62