Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to open a project in eclipse

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....

and i downloaded it from here

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

like image 590
Muhammad Raja Avatar asked Mar 15 '11 09:03

Muhammad Raja


People also ask

How to open a project from another source in Eclipse?

In Eclipse, to open an existing project which is copied from another source, you need to use its Import function. The Import. function can be accessed in three ways: The most convenient and quickest way: File > Import… (shortcut: Alt + F + I) Or right click on any blank space in Package Explorer view, select Import… from the context menu:

How do I reopen a closed project in Eclipse?

To reopen a closed project, in the Package Explorer view, select the closed project and click on the Project menu and select Open Project. Once the project is open its content can be edited using the Eclipse user interface.

How do I load existing Eclipse projects in the IDE?

To load existing Eclipse projects in the IDE, you need to import them into the Eclipse workspace. Click Existing Projects into Workspace. You can edit the project directly in its original location or choose to create a copy of the project in the workspace. Select the directory that contains the projects you want to import. Click Finish.

How do I import a Java project into eclipse?

How to import existing Java projects into Eclipse workspace The most convenient and quickest way: File > Import… (shortcut: Alt + F + I) Or right click on any blank space in Package Explorer view, select Import… from the context menu: Or right click on any blank space in Project Explorer view, then ...


2 Answers

Or

File > Import > Existing Project into Workspace

like image 134
Jibin Scaria Avatar answered Sep 19 '22 17:09

Jibin Scaria


  • Open eclipse
  • go to file->new project
  • choose your project type (e.g. android)
  • select "create project from existing source
like image 43
Nanne Avatar answered Sep 17 '22 17:09

Nanne