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
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
Additional context
You can find more information about this problem and the solution to always include default configurations for resources here