java.lang.NoSuchFieldError: android.support.v7.appcompat

前端 未结 3 628
我寻月下人不归
我寻月下人不归 2021-02-10 11:41

I updated my support library from r20 to r21, now when I run my app I get this error in super.onCreate of my main activity :

java.lang.NoSuchFieldE         


        
3条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-10 11:53

    I have compared support_v7_appcompat (version 20) with support_v7_appcompat (version 21). In res/values/attrs.xml (version 21), windowActionBar attributes are not in

提交回复
热议问题