In my new Android studio project, I need to insert three .png files. I pasted the images into the drawable folder. I tried to call them correctly in order to avoid possible errors caused by special characters in the name ...
The problem is that when I launch the application, only when my three png files are present in the layout through ImageView, the error message "the files are cracking" appears. I think the problem is how I selected the three images on the desktop: before pasting them into drawable, I selected them all at once, so I think the problem could be caused by this triple choice. Mistake could be like that?
source
share