Saleh Feek
Saleh Feek

Reputation: 2076

How to import android project properly into Eclipse?

I tried many answers there but non solved the problem.

I have an android project (lets name it t) that I created using the eclipse into its workspace folder.

I did the following:

How to fix?

Upvotes: 2

Views: 3519

Answers (3)

Thomas Kaliakos
Thomas Kaliakos

Reputation: 3304

I think that you should check the error log...probably Eclipse won't let you import it, with a message "Some projects cannot be imported because they already exist in the workspace". If this is the case, using/creating another workspace should fix the problem. If you don't want to change workspace, you may want to check this post.

Upvotes: 0

Biagio Cannistraro
Biagio Cannistraro

Reputation: 506

New ->Other ->Android Project from Existing Code ->(Browse to Root Directory )->select Projects to Imports -> check Copy projects into working sets ->finish

Upvotes: 0

Bryan Herbst
Bryan Herbst

Reputation: 67189

Try leaving the project folder outside of the workspace during the import.

When you re-import the project, check the "copy project files into workspace" box.

In my experience, manually copying projects into (or out of) the workspace can be troublesome.

Upvotes: 3

Related Questions