Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error exporting signed application package

I am trying to create a SHA-1 key for my android application so that I can enable google maps, however after pressing the "export signed application" button I get the following error.

""app_name" is not translated in af, am, ar, be, bg, ca, cs, da, de, el, en-rGB, en-rIN, es, es-rUS, et, et-rEE, fa, fi, fr, fr-rCA, hi, hr, hu, hy-rAM, in, it, iw, ja, ka-rGE, km-rKH, ko, lo-rLA, lt, lv, mn-rMN, ms, ms-rMY, nb, nl, pl, pt, pt- rBR, pt-rPT, ro, ru, sk, sl, sr, sv, sw, th, tl, tr, uk, vi, zh-rCN, zh-rHK, zh-rTW, zu".

The first time I did an export of this type it worked however now this error is being returned as a "lint warning". Any ideas? Thanks.

like image 498
baldazan Avatar asked Apr 16 '26 03:04

baldazan


1 Answers

You can see some info at this post:

Lint: How to ignore "<key> is not translated in <language>" errors?

Basically, the latest tools do a lint check before allowing you to export.

You can disable it under

"Window" > "Preferences" > "Android" > "Lint Error Checking"

You should be able to disable

"Run full error check when exporting app and abort if fatal errors are found".

I'm guessing that if you distribute to different locales, your app will not function as expected, that's why the tools consider that a "fatal" error.

like image 114
Matt Avatar answered Apr 18 '26 17:04

Matt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!