NullPointerException with android.support.v7.widget.Toolbar

后端 未结 12 897
旧巷少年郎
旧巷少年郎 2021-01-07 17:53

I am currently trying to implement a navigation drawer in my app. I am having an issue with the Toolbar being null. I have done many searches online and tried many different

12条回答
  •  不知归路
    2021-01-07 18:13

    i was struck with the same issue and none of the answer's worked for me, i had actually forgotten to include the toolbar layout in the activity.

    
    

提交回复
热议问题