java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. titanium

后端 未结 7 1798
北荒
北荒 2021-01-06 11:35

I\'m creating a custom theme for my Titanium application using this theme generator. But when I run my application it\'s crashing and my log says that I need appCompac

7条回答
  •  南方客
    南方客 (楼主)
    2021-01-06 11:45

    ok please try this,

    Add this attribute to your activity

    android:theme="@style/Theme.AppCompat"
    

提交回复
热议问题