common_google_play_services_unknown_issue"未在af,am,ar,be,bg中翻译

Cod*_*ave 8 eclipse android google-drive-api

我正在尝试导出(签名或未签名)我的应用程序.但我受到了这个错误的欢迎. 在此输入图像描述

这就是它所说的

"common_google_play_services_unknown_issue" is not translated in af, am, ar, be, bg, ca, cs, da, de, el, en-rGB, es, es-rUS, et, fa, fi, fr, hi, hr, hu, in, it, iw, ja, ko, lt, lv, nb, nl, pl, pt, pt-rPT, ro, ru, sk, sl, sr, sv, sw, th, tl, tr, uk, vi, zh-rCN, zh-rTW, zu

Issue: Checks for incomplete translations where not all strings are translated Id: MissingTranslation

If an application has more than one locale, then all the strings declared in one language should also be translated in all other languages.

If the string should not be translated, you can add the attribute translatable="false" on the <string> element, or you can define all your non-translatable strings in a resource file called donottranslate.xml. Or, you can ignore the issue with a tools:ignore="MissingTranslation" attribute.

By default this detector allows regions of a language to just provide a subset of the strings and fall back to the standard language strings. You can require all regions to provide a full translation by setting the environment variable ANDROID_LINT_COMPLETE_REGIONS.
Run Code Online (Sandbox Code Playgroud)

这是我第一次遇到这个错误.我无法在网上找到任何解决方案.知道如何解决这个问题吗?

use*_*723 22

我遇到过同样的问题.问题是Lint将字符串转换标记为致命错误.在Eclipse中,您需要进入首选项(窗口 - >首选项 - > Android - > Lint错误检查)并将"缺少翻译"设置为警告或忽略.这在这里讨论