android - Eclipse/ADT giving hundreds of errors "resource entry is already defined" -
i using latest eclipse comes android developer tools (adt) on linux (adt v21.1.0-569685). inherited large android project, , eclipse not build it.
there hundreds of errors this: "error: resource entry defined".
in res/values/string.xml: <string name="about">about</string>
in res/values-de/string.xml: <string name="about">Über</string>
as far know, common , correct way i18n on android, eclipse treating errors.
this not "already defined" error "main" resource , xml execution asked , answered elsewhere. i'm not running xml transform, , have no "extra" xml files anywhere.
it doesn't seem eclipse configuration error, because if make small sample project exact same entries, duplication not cause "already defined" error.
this error can happen when combination of resource qualifiers invalid.
for example, drawable-xhpdi-v1
doesn't make sense because xhdpi wasn't introduced until v8.
Comments
Post a Comment