Android Development - getMenuInflater(R.menu.main, menu)

前端 未结 6 910
心在旅途
心在旅途 2021-01-03 05:02

I\'m learning android and following a simple camera app tutorial. There\'s a snippet of code that I\'ve reproduced but I am getting an error on it and I\'m not sure why.

6条回答
  •  滥情空心
    2021-01-03 05:38

    You can change the file name R.menu.main to R.menu.menu_main by default

    Add the camera item in src/main/res/menu/menu_main.xmlsuch that

    
    
        
    
    
    

提交回复
热议问题