You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im using my own custom Material 3 Theme which is giving this error when i try to run my app:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mcnut.banking/com.mcnut.banking.fragments.LoginActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
Im using my own custom Material 3 Theme which is giving this error when i try to run my app:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mcnut.banking/com.mcnut.banking.fragments.LoginActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
Manifest File:
android:theme="@style/Theme.Budgeting">
Activity Class:
Themes.xml:
<style name="Theme.Budgeting" parent="Theme.Material3.Dark.NoActionBar">...
Is there any way i can avoid this error coming up or is it just not possible to use the charts in a theme like this.
Thanks
The text was updated successfully, but these errors were encountered: