eclipse 如何在eclipse中打开一个项目

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5309553/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 15:59:46  来源:igfitidea点击:

how to open a project in eclipse

androideclipse

提问by Muhammad Raja

i downloaded a zip file of LISTViewTutorial, with all files, but i dont kno how to open it in eclipse, as it just opens the file, not whole project....

我下载了一个 LISTViewTutorial 的 zip 文件,包含所有文件,但我不知道如何在 eclipse 中打开它,因为它只是打开文件,而不是整个项目......

and i downloaded it from here

我从这里下载

http://mfarhan133.wordpress.com/2010/10/14/list-view-tutorial-for-android/thanks lot

http://mfarhan133.wordpress.com/2010/10/14/list-view-tutorial-for-android/非常感谢

回答by Jibin Scaria

Or

或者

File > Import > Existing Project into Workspace

文件 > 导入 > 现有项目到工作区

回答by Nanne

  • Open eclipse
  • go to file->new project
  • choose your project type (e.g. android)
  • select "create project from existing source
  • 打开日食
  • 转到文件->新项目
  • 选择您的项目类型(例如 android)
  • 选择“从现有源创建项目

回答by sat

Start Eclipse , FILE >> NEW >> ANDROID PROJECT. A form will come up , click on start project from existing source , navigate to the required directory and your project will open in Eclipse.

启动 Eclipse,文件 >> 新建 >> ANDROID 项目。将出现一个表单,单击 start project from existing source ,导航到所需的目录,您的项目将在 Eclipse 中打开。