After installing and running APK file, the main activity was executed but the further activities were stopped. In logcat, i found the error (attached), ' The 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.' But my project need the toolbar. Can anyone help me to solve this problem?