Thursday, 19 November 2015

AppCompat does not support the current theme features

13:00:00 Posted by Kumanan ,
Error:-
java.lang.IllegalArgumentException: AppCompat does not support the current theme features: { windowActionBar: false, windowActionBarOverlay: false, android:windowIsFloating: false, windowActionModeOverlay: false, windowNoTitle: false }



Have anyone got this error, here is the solution,

Replace

<item name="windowNoTitle"></item>

instead of

<item name="android:windowNoTitle"></item>