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.
Try this ...
public boolean OnCreateOptionsMenu(Menu menu){ getMenuInflater().inflate(R.menu.activity_main, menu); return true; }