looking at Crashlytics reports for my app I often see crashes related to resources not found. I put all drawables in density-specific folders, as well as the "drawable" folder, but I'm still getting some of these crashes. For example, I have an image called "header" which I put in the following folders: "drawable", "drawable-mdpi", "drawable-hdpi", "drawable-xhdpi" and "drawable-xxhdpi". I can see the app crashed on a Nexus 5X with Android 8.1.0. This phone's screen has a density of 423ppi, so it should look for images in xhdpi folder, right? So why is it unable to find the resource? Thanks to anyone who can help me understand what I'm doing wrong.