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

后端 未结 7 1797
北荒
北荒 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:52

    Delete all the styles in the library project. Specify Style folder only in main project not in library project. It worked for me :)

提交回复
热议问题