An error showing incompatible types Android widget toolbar cannot be converted in Java compiler while working on Android Studio.
Toolbar toolbar = (Toolb
You are using androidx and Android both at the same time. That is throwing an error. Either use androidx or use android appcompat.