打包出错 "XXX" is translated here but not found in default locale

"btn_doodle_red" 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.

I got the temporary solution.
copy auth_strings.xml from values-en-rIN (locale values for INDIA you can use any locale) and paste it in default values folder.

你可能感兴趣的:(打包出错 "XXX" is translated here but not found in default locale)