android - Duplicate string names in strings.xml -


we have shared intellij project use build our android app. 1 person (out of 10) ran build error:

android-apt-compiler: [ui] <path>\strings.xml:454: error: resource entry <name> defined. 

looking it, sure enough there duplicate definitions of string resource, both in same strings.xml file. these should fixed, because makes no sense @ all.

but here's don't understand: else can build fine, despite duplicate entries in strings.xml. assume there difference between our global or project settings (despite project being shared) can't see.

any ideas of look? thank you.

i able fix problem downgrading intellij 13.0.3 , reimporting project maven. ymmv


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -