In my current Android project strings the mentioned below are used based on product:
<string name="insert_sd_card" product="nosdcard">"Por favor, inserte una tarjeta SD" </string>
<string name="insert_sd_card" product="default">"Por favor, inserte una tarjeta SD"</string>
When I ran the Gradle build (tried with 0.7, 0.8, 0.9), I'm getting the following error:
*\res\values-es\strings.xml: Error: Found item String/insertsdcard more than one time