简体   繁体   中英

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

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'

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

在此输入图像描述

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.

在此输入图像描述

Are you sure you have your eclipse configured properly? I think you need to install ADT and Android SDK first.

If you already have installed them, restart your eclipse to work with it properly.

If not and want to check how and where to install check here .

Following these instructions can enable all these things you want. Feel free to comment.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM