After the Android app was launched, there was a bug whose picture file could not be found, and only one user appeared. What could be the cause?

Caused by: android.content.res.Resources$NotFoundException: File res/drawable-xxhdpi-v4/icon_homepage_grey.png from drawable resource ID-sharp0x7f0201a2

at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:880)
at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:708)
at android.content.res.Resources.loadDrawable(Resources.java:902)
at android.content.res.TypedArray.getDrawable(TypedArray.java:928)
Mar.07,2021

first of all, does res/drawable-xxhdpi-v4/icon_homepage_grey.png have this picture or not?

secondly, if you do not prove that there is a compatibility problem with the way you set the picture. For example, something similar to this problem: https://blog.csdn.net/qq_3111.

it depends on how the code is written

Menu