When you try to start the application, this error pops up in the console

Error: Execution failed for task ': app: mergeDebugResources'.

[drawable / dela] E: \ Android projects \ PsihologiaCheloveka \ app \ src \ main \ res \ drawable \ dela.jpeg [drawable / dela] E: \ Android projects \ PsihologiaCheloveka \ app \ src \ main \ res \ drawable \ dela .xml [drawable / dela] E: \ Android projects \ PsihologiaCheloveka \ app \ src \ main \ res \ values ​​\ refs.xml: Error: Duplicate resources [drawable / dela] E: \ Android projects \ PsihologiaCheloveka \ app \ src \ main \ res \ drawable \ dela.jpeg [drawable / dela] E: \ Android projects \ PsihologiaCheloveka \ app \ src \ main \ res \ drawable \ dela.xml [drawable / dela] E: \ Android projects \ PsihologiaCheloveka \ app \ src \ main \ res \ values ​​\ refs.xml: Error: Duplicate resources

  • one
    She writes that you have several files in the same folder with the same name. This should not be, because in this case it is impossible to assign an id to the resource - pavlofff
  • Try to make a clean project - YuriySPb ♦
  • does not help, now all the resources of the picture, etc. have become red in color and made a rebuild and wedge - Anton
  • asks to rename all resource names in the code highlighted in red - Anton
  • that is, in fact in the same folder you do not have files with the same name, but the studio believes that they are there? - pavlofff

0