Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add "Android Project" to the File>New>_____ Menu in Eclipse?

I watch all of these Android tutorials online and am getting more and more into Android programming and I find it to be a slight hassle to have to go to File>New>Other>Android>Android Project every time, especially when the person I'm watching has it on theirs.

It would be very helpful if someone could provide me with a way for Android Project (and Android XML File) to be put on that "New" menu.

Thanks

like image 811
snotyak Avatar asked Feb 13 '12 08:02

snotyak


3 Answers

You can add 'Android Project' to the 'New' menu (and customize others) as follows:

Window > Perspective > Customize Perspective... > Tab 'Menu Visibility' > Expand 'File' > Expand 'New' > Tick 'Android Project'

like image 82
MH. Avatar answered Oct 11 '22 14:10

MH.


The first one is new android project and the last one is new android xml file.

you can also customize what you want to add thru customize prespective by right clicking the menu area.

enter image description here

like image 41
Padma Kumar Avatar answered Oct 11 '22 13:10

Padma Kumar


If your using eclipse in the toolbar the 8th icon is to Create New Project (its a folder with a a and a + sign sticking out the top of it).

enter image description here

like image 21
KaSiris Avatar answered Oct 11 '22 14:10

KaSiris