If you are using Google Play service API for your Android Project, and when you try to Export Signed Android Application, you may get such an error message "auth_client_using_bad_version_title". And your res folder may show up errors. Reading the error description gives us some hints.
Description : "auth_client_using_bad_version_title" is translated here but not found in default locale
Issue: Checks for translations that appear to be unused (no default language string) Id: ExtraTranslation
If a string appears in a specific language translation file, but there is no corresponding string in the default locale, then this string is probably unused. (It's technically possible that your application is only intended to run in a specific locale, but it's still a good idea to provide a fallback.).
Note that these strings can lead to crashes if the string is looked up on any locale not providing a translation, so it's important to clean them up.
Resolving this issue
Depending upon the languages that you have set for your Project you need to place auth_strings.xml files from values folder from google-play-services-lib library folder to you project values folder.

Suppressing this error message
If you want to suppress this error message,
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!