This Activity already has an action bar supplied by the window decor?

I am making an Android app using Toolbar with Custom style but when i’m running the app, i’m getting the following error: Caused by: java.lang.IllegalStateException: This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_SUPPORT_ACTION_BAR and set windowActionBar to false in your theme to use a Toolbar instead. Styles.xml … Read more