“auth_client_using_bad_version_title” is translated here but not found in default locale

前端 未结 14 1589
孤街浪徒
孤街浪徒 2021-01-01 11:16

I\'m forced to use Google Play service (I need Location Service). So, after I wrote all code and tested application on device, i tried to export signed application. And all

相关标签:
14条回答
  • 2021-01-01 11:32

    All I did was to copy the 'auth_strings.xml' file from the English folder to the values folder as the default version was missing.

    0 讨论(0)
  • 2021-01-01 11:34

    Looks like some caching issue of Android Studio. For me File -> Invalidate caches/restarts fixed the issue.

    0 讨论(0)
  • 2021-01-01 11:37

    I had the same problem that I couldn't solve. I just restart Android Studio, and had no error anymore.

    0 讨论(0)
  • 2021-01-01 11:39

    i had the same problem.. and doing a "clean project" fixed the issue

    0 讨论(0)
  • 2021-01-01 11:44

    On the top of your strings file, change the <resources> to this:

    <resources tools:ignore="ExtraTranslation" xmlns:tools="http://schemas.android.com/tools">
    
    0 讨论(0)
  • 2021-01-01 11:45

    A very quick solution mentioned here for this-

    Simply remove the offending line and re-add it.

    0 讨论(0)
提交回复
热议问题