In my new project on android studio I need to insert three .png files .. I pasted the images into the "drawable" folder. I have been careful to name them correctly to avoid possible mistakes caused by special characters in the name...
The problem is that when I start the app, only when my three png files are present in the layout throught ImageView, appear an error saying that "files are crunching". I think that the problem is in "how" I selected the three images by the desktop : Before I paste them into drawable I have selected them all at one time, so I think that the problem can be caused by this triple selection. The mistake can be this?