Trying to move over my stuff to use Toolbar instead of action bar but I keep getting an error saying
Toolbar
java.lang.RuntimeException: Unable to start
I also faced same problem. But I used:
getSupportActionBar().hide();
before
setContentView(R.layout.activity_main);
Now it is working.
And we can try other option in Style.xml,