I have moved my app from using actionbar to toolbar however end up with the error (full error at bottom). My code:
My Activity:
public class MapsActi
replace your parent theme to @style/Theme.AppCompat.NoActionBar
<style name="AppTheme" parent="@style/Theme.AppCompat.NoActionBar"> <item name="windowActionBar">false</item> <item name="android:windowNoTitle">true</item> </style>