android export eclipse project

19,625

Solution 1

I would just zip up the project folders and all sub-folders. Your recipient can then import that into their eclipse.

Solution 2

Right-click, Export -> General, Archive File -> Next -> provide the output path -> Finish. Then give this to your developer. He can import it into his workspace.

Solution 3

What worked for me was: Export->General->File System and then to a new workspace without any open projects: Import->General->Existing Projects Into Workspace

Share:
19,625
Gabriel
Author by

Gabriel

Updated on June 08, 2022

Comments

  • Gabriel
    Gabriel almost 2 years

    I am trying to send an Android Eclipse project to another developer to view and modify. Which is the best way of doing that? I thought it might have something to do with file/export, but I can't work things out. The Eclipse version I'm using is Helios Service Release 2, build id is 20110218-0911

  • reefaktor
    reefaktor about 12 years
    I recommend this method because sometimes you don't remember where your workspace. Anyway it looks clear and very straight from the IDE and developer's perspective IMHO.