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

前端 未结 13 1391
没有蜡笔的小新
没有蜡笔的小新 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:01

    class must be extend of AppCompatActivity to resolve the problem of setSuppertActionBar that is not recognizable

提交回复
热议问题