I have a toolbar.xml:
this is working for the latest android versions:
Toolbar toolbar = findViewById(R.id.toolbarflwrs); setSupportActionBar(toolbar);
Notice, import Toolbar from:
androidx.appcompat.widget.Toolbar