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

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

    Certify that your Manifest declaration includes android:theme="@style/AppTheme.NoActionBar" tag, like the following:

    
    
    

提交回复
热议问题