简体   繁体   English

如何在Eclipse中的“文件”>“新建”>“_____”菜单中添加“Android项目”?

[英]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. 我在线观看所有这些Android教程,并且越来越多地进入Android编程,我发现每次都要去File> New> Other> Android> Android Project是一件轻微的麻烦,特别是当我这个人的时候我看着他们的。

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. 如果有人可以为我提供Android Project(和Android XML文件)放在“New”菜单上的方法,那将会非常有帮助。

Thanks 谢谢

You can add 'Android Project' to the 'New' menu (and customize others) as follows: 您可以将“Android项目”添加到“新建”菜单(并自定义其他菜单),如下所示:

Window > Perspective > Customize Perspective... > Tab 'Menu Visibility' > Expand 'File' > Expand 'New' > Tick 'Android Project' 窗口>透视>自定义透视图...>选项卡'菜单可见性'>展开'文件'>展开'新建'>勾选'Android项目'

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). 如果你在工具栏中使用eclipse,那么第8个图标就是Create New Project(它是一个带有aa和+符号的文件夹,它突出了它的顶部)。

在此输入图像描述

The first one is new android project and the last one is new android xml file. 第一个是新的android项目,最后一个是新的android xml文件。

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. 我认为您需要先安装ADT和Android SDK。

If you already have installed them, restart your eclipse to work with it properly. 如果您已经安装了它们,请重新启动eclipse以正确使用它。

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. 随意评论。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Eclipse中,我没有在添加新项目向导中添加“插件” - In Eclipse, I do not have add 'plugin' in the add new project wizard 如何获取 Eclipse 以查看 git 存储库中有新文件并将它们添加到项目中 - How do I get Eclipse to see that there are new files in a git repository and add them to the project 如何在Eclipse中以JAR的形式向我的Android项目添加Github库? - How do I add a Github library to my Android Project as a JAR in Eclipse? 如何将此变更日志库添加到Eclipse中的当前Android项目中? - How do I add this Change Log library to my current Android project in Eclipse? 立即将新的源文件添加到Eclipse项目 - Immediately add a new source file to an Eclipse project Android开发中的新手; 如何将Java库添加到Android Studio项目? - Very new at Android development; how do I add a Java lib to Android Studio project? 如何在Eclipse和Subversion中启动新项目 - How do I start a new project in Eclipse and Subversion 如何将我的项目的新版本上传到SVN(eclipse)? - How do I upload a new version of my project to SVN (eclipse)? 如何将现有的eclipse java项目添加到git - How do I add existing eclipse java project to git 如何将模块添加到项目的Eclipse Oxygen模块路径中? - How do I add modules to the Eclipse Oxygen module path for a project?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM