setSupportActionBar (androidx.appcompat.widget.Toolbar) in AppCompatActivity cannot be applied

前端 未结 8 1472
半阙折子戏
半阙折子戏 2020-12-07 05:36

An error showing incompatible types Android widget toolbar cannot be converted in Java compiler while working on Android Studio.

    Toolbar toolbar = (Toolb         


        
8条回答
  •  旧巷少年郎
    2020-12-07 06:16

    You are using androidx and Android both at the same time. That is throwing an error. Either use androidx or use android appcompat.

提交回复
热议问题