user3287264
user3287264

Reputation:

How to change workspace within Eclipse?

I have been running eclipse for a few months on my laptop using a certain workspace, however I know have started developing with android and downloaded the ADT bundle from:

http://developer.android.com/sdk/index.html

This bundle also contains eclipse, so now i have two versions of eclipse on my laptop. I would like to merge the two so that I only need to use one, and that I am always working off the one workspace

Upvotes: 1

Views: 1918

Answers (2)

heLL0
heLL0

Reputation: 1425

You don't have to merge the two, you can erase the older version if you wish. You can use your workspace in either version of Eclipse but not at the same time.

Good luck.

Upvotes: 1

Rakesh KR
Rakesh KR

Reputation: 6527

Goto File --> Import, then select Existing Projects into Workspace. select root directory of existing workspace.

enter image description here

Upvotes: 1

Related Questions