Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i kind of feel stupid, but i just can't get it to work....

I have an existing Android project copied from my other pc, in the folder

c:\projects\trunk\android\emergency

(I created that project on the other pc, copied it to my new pc and the other pc is given away) Now i want to open the project in Eclipse. So i THINK i tried everything, but i can't seem to get it to work...

I looked for something like 'open project', but didn't find it.

Then i tried 'import', but that wouldn't let me import it because it was the same workspace ( i use the same filelocations and workspace location as on the other pc)

Then i tried creating a new workspace and import it there. Then it complained about have no project, that i first had to create one. So i did create a dummy one in the new workspace, imported the project, and it copied everything to the new workspace, and placed it below the dummy project.

I am SO stuck, can you help me?

Btw, this is the Eclipse i'm using: Eclipse SDK Version: 4.2.0 Build id: I20120608-1400

share|improve this question
Try File > New > Project... > Android Project From Existing Code – biegleux Jul 23 '12 at 20:17
Do i have to check 'copy in existing workspace'? – Michel Jul 23 '12 at 20:24
I usually do it, so I have the project in my workspace where others are. – biegleux Jul 23 '12 at 20:27
Is it then a problem that my workspace points to the directory the project is in? my project is in c:\projects\trunk\android\emergency, and my workspace is in c:\projects\trunk\android. So when i import it into my workspace, will that work? – Michel Jul 23 '12 at 20:36
If you have copied your project into workspace than you don't need to check 'copy in existing workspace'. – biegleux Jul 23 '12 at 20:50
show 4 more comments

6 Answers

up vote 11 down vote accepted

Try File > New > Project... > Android Project From Existing Code. Don't copy your project from pc into workspace, copy it elsewhere and let the eclipse copy it into workspace by menu commands above and checking copy in existing workspace.

share|improve this answer
thank you so much. :) – rony36 yesterday

It's the "Import existing project into workspace" option under Import->General.

See: http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-importproject.htm

share|improve this answer
Doesn't that make a copy? – Michel Jul 23 '12 at 20:24
There's a checkbox on the next screen to decide whether or not to copy. I was looking for plain Java, not Android, and Lanaru's answer helped. – AnneTheAgile Apr 11 at 16:54

File > Import > General > Existing Projects into workspace. Select the root folder that has your project(s). It lists all the projects available in the selected folder. Select the ones you would like to import and click Finish. This should work just fine.

share|improve this answer
but, the projects are already in the right place. When i import them in a workspace, don't they get copied? – Michel Mar 27 at 20:23
@Michel, No, they won't get copied. – StackOverflow Apr 12 at 17:42

Right click in navigator-Import-existing project..-select the base directory of your project

share|improve this answer
I tried that, but it gave me a copy of the project in the new workspace? – Michel Jul 23 '12 at 20:37

i use Mac and i deleted ADT bundle source. faced the same error so i went to project > clean and adb ran normally.

share|improve this answer

Window->Show View->Navigator, should pop up the navigator panel on the left hand side, showing the projects list.

It's probably already open in the workspace, but you may have closed the navigator panel, so it looks like you don't have the project open.

Eclipse using ADT Build v22.0.0-675183 on Linux.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.