setSupportActionBar toolbar cannot be applied to (android.widget.Toolbar) error

前端 未结 13 1405
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 03:45

I\'ve been looking for an answer and I\'ve tried many possible solutions, but nothing seems to work..

I\'m trying to setup a Material Action Bar following this tutor

13条回答
  •  心在旅途
    2020-11-30 04:07

    Just change

    import android.widget.Toolbar;
    

    To

    import android.support.v7.widget.Toolbar;
    

提交回复
热议问题