Duplicate Resources: Is there a way to automatically ignore the duplicate resource when building in android studio
Duplicate Resources: Is there a way to automatically ignore the duplicate resource when building in android studio I'm new to Android propramming and this is also my first time asking a question in here, so if my question or my English is not good or sounds stupid to you, I'm sorry about that. Back to my question, suppose that I have 2 res folder but not in the same path,and with each of res folder which has a values folder. In values folder, there is a string.xml file. (See the picture below). Inside of each of string.xml file, there are 2 string names which defined similarly. When I build the project, error occurs. Error:Execution failed for task ':app:mergeDebugResources'. [string/app_name] E:AndroidStudioProjectstestappsrcmainresvaluesstrings.xml [string/app_name] E:AndroidStudioProjectstestappsrcmainjavacomexamplequywntestresvaluesstring.xml: Error: Duplicate resources Of coure with only 2 string.xml file, I can rename or delete it manually, but when I have a lot...