Saturday, 15 September 2012

What's the usage of <skip /> in Android application source strings.xml? -


In the string.xml file, I see something like this:

  & lt; Skip / & gt; & Lt; String name = "Recently Missed" = "3566738 938889333307" & gt; "Berkeleymys Zang Yoksudur" & lt; / String & gt; ... & lt; Skip / & gt;  

But I still see the gradle constructing the "left" lines, for example a build error:

  app / src / main / Res / values-as-raaz / string.xml: 156: error: translated "recently missed" is here but is not found in default location [additional transition]  

Someone helps explain to me what is the use of "Skip" in the strings.xml keyword? Thank you.

I know a simple method to fix these build errors to remove these "dropped" lines from the source, to learn how to use "leave" my purpose.


No comments:

Post a Comment