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
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.
Looks like some caching issue of Android Studio. For me File -> Invalidate caches/restarts fixed the issue.
I had the same problem that I couldn't solve. I just restart Android Studio, and had no error anymore.
i had the same problem.. and doing a "clean project" fixed the issue
On the top of your strings file, change the <resources>
to this:
<resources tools:ignore="ExtraTranslation" xmlns:tools="http://schemas.android.com/tools">
A very quick solution mentioned here for this-
Simply remove the offending line and re-add it.