I got a Resource Not Found exception, but I do not know which drawable causes. Because, the app is in publish and I saw this error on Firebase crashlytics. This is run time error and this crash occurs on only one device - Nexus 5X (Android Version: 8.1.0)
Firebase says
Caused by android.content.res.Resources$NotFoundException: Resource ID #0x7f08029f
And, I want to find the drawable by this hexadecimal Resource ID. Is it possible? If it is, can you help me?
Thanks