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.
Your app is looking for a file called main.xml located in the folder src/main/res/menu/.
main.xml
src/main/res/menu/
This file is used to create the buttons inside the top ActionBar. If you don't need theses buttons, juste delete the line and only return false.