Getting AppCompat does not support the current theme features exception after upgrading to version AppCompat v22.1.0 issue

后端 未结 6 774
孤城傲影
孤城傲影 2021-01-19 01:56

Previously i was using AppCompat with version 21.1.2 in my project for the purpose of material design toggle with toolbar. But after upgrading to AppCompat v22.1.0, my app h

6条回答
  •  一整个雨季
    2021-01-19 02:32

    Thank you all for your replies. I solved my issue on my own by removing the line

    true
    

    The error occurred because of adding windowNoTitle two times as follows

    true
    true
    

提交回复
热议问题