Source: http://www.imooc.com/video/1416
Application scenario: In the company development process, no development, want to go home to continue to develop, then you need to transplant the company's program to the home computer, this can be called a program transplant, or project import/export
Step1: Find the file location
In the Package Explorer window, select items, right-click, select Properties, and in the pop-up window you can see the location of the project on the right.
Example: D:\ECLIPSESTAND64\JAVAPROJECT\IMOOC
Then copy the directory to other places, such as the E-packing directory, E:\IMOOC
Step2: Importing the project in Eclipse
Because the name is the same, you need to first delete the original project (in the project name right-click->delete->delete form Disk tick)
Right-click in the Package Explorer blank, select Import,
New Window Select General, Existing Projects into Workspace->next
In select root directory this line of Browse left-click Single-Machine selection directory, for example, just the directory: E:\IMOOC
Click OK to complete
At this point, the project that you just imported is visible in the package explorer
Run to see if it's OK
Mu Net-android engineer first-1-8 program porting