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>
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>