I\'ve been stuck on this, checked the official guidance, etc. Any tutorials/what are the steps to change from ActionBar to ActionBarCompat (for the Toolbar and support of ol
Set the parent of your theme to one without an action bar. For example
There would be no need to set windowActionBar to false anymore.