This might seem a stupid question, but I am following the Android guide on Menus;
Here is the link
Do I have to create a drawable folder under res? And inside the folder I put the pictures with name of;
ic_new_game
ic_help
? Help is much appreciated!
Any images you have should go in res/drawable. So make the folder drawable in your res directory and put all of your images there.