Getting AppCompat does not support the current theme features exception after upgrading to version AppCompat v22.1.0 issue
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 has started working weird. I even tried some of the solutions like as follows <item name="windowActionBar">false</item> <item name="windowNoTitle">true</item> Also applying parent theme as <style name="AppTheme" parent="Theme.AppCompat.NoActionBar"> But none of the above solutions was not helpful for me. So kindly please help me by your tips and suggestions to overcome my issue which i am currently facing. I am also posting