Last week (since 17.3) we started to get lots of crashes on Honor devices after users update to the latest build. Crashes happen at start and look like:
Exception android.content.res.Resources$NotFoundException: Resource ID #0x7f080562
at android.content.res.ResourcesImpl.getValueForDensity (ResourcesImpl.java:355)
at android.content.res.Resources.getDrawableForDensity (Resources.java:1069)
at android.content.res.Resources.getDrawable (Resources.java:1009)
It's an icon png resource, we have it for l-, m-, h-, xh-, xxh- and xxxhdpi resolutions. There were no changes to it or to correlated code. Even app icon for launcher disappears - Android default icon is used.
Some details:
- only Honor devices; the most frequent are Honor 50, Honor 50 Lite, Honor X8, Honor 70
- tried on the same device and OS build as in a crash report: didn't reproduce - so it's not device or system build specific (or there is some complicated correlation)
- some users say that reinstall helps but next day they get the same error
So we think that it may be some app market issue, but we have no concrete hypotheses.
Does someone face the same issue?