Verursacht durch: java.lang.ilgelegalargumentException: Diese Komponente verlangt, dass Sie ein gültiges TextAppearance -Attribut angeben. Aktualisieren Sie Ihr App -Thema, um von thema zu erben.

<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
    <!-- Customize your theme here. -->
    <item name="colorPrimary">@color/colorPrimary</item>
    <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
    <item name="colorAccent">@color/colorAccent</item>
</style>
Impossible Ibis