Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fatal Lint Error during exporting of signed app

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.

like image 931
lyk Avatar asked Jan 25 '13 04:01

lyk


3 Answers

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
like image 158
Renjith Avatar answered Nov 07 '22 11:11

Renjith


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

Hope this helps...

like image 8
Anukool Avatar answered Nov 07 '22 12:11

Anukool


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.

like image 5
Naskov Avatar answered Nov 07 '22 11:11

Naskov