Reputation: 2076
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:
t
into another place as a backup.t
then delete.t
was not added (became visible) into the Package Explorer of Eclipse!!.t
I wanted to open was still thereHow to fix?
Upvotes: 2
Views: 3519
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
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
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