You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get some ExtraTranslation lint errors. Please either fix them or disable them with android { lintOptions { disable 'ExtraTranslation' } } in your build.gradle:
Explanation for issues of type "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.
The text was updated successfully, but these errors were encountered:
I get some ExtraTranslation lint errors. Please either fix them or disable them with
android { lintOptions { disable 'ExtraTranslation' } }
in your build.gradle:The text was updated successfully, but these errors were encountered: