janheinrichmerker / material-intro

A simple material design app intro with cool animations and a fluent API.
https://jitpack.io/#com.heinrichreimer/material-intro
MIT License
1.74k stars 307 forks source link

Resource Not Found: mi_ic_skip, mi_ic_previous, mi_ic_next, mi_ic_finish #318

Open marco97pa opened 1 year ago

marco97pa commented 1 year ago

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.
image
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