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

后端 未结 6 778
孤城傲影
孤城傲影 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:49

    maybe this help some people

    in my case i didnt use .NoActionBar Theme. i just remove android prefix from this item.

    false
    

    in addition i use android studio and gradle shot for you is

    'com.android.support:appcompat-v7:22.2.0'
    

    fortunately the error goes away.

提交回复
热议问题