Resource Not Found: mi_ic_skip, mi_ic_previous, mi_ic_next, mi_ic_finish
marco97pa opened this issue · 0 comments
marco97pa commented
Describe the bug
App crashes since can't find the resources of some icons in material-intro:
Caused by android.content.res.Resources$NotFoundException: Unable to find resource ID #0x7f0800f6
By inspecting my APK, I can find that many resources in material-intro don't have a default configuration.
By exporting my app as AAB (Android App Bundle), resources without a default configuration are stripped away.
Crashes happen on this device:
Device
- Device: Nexus 5X
- OS: Android 8.1.0
- Version of module: 2.0.0
Additional context
You can find more information about this problem and the solution to always include default configurations for resources here