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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b366db-4d6af.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b366db-4d6af.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?