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:
- I copied
t
into another place as a backup. - Then, I deleted it from eclipse -> R-click on
t
then delete. - When I checked the workspace, it was removed as expected.
Then. - I copied the backup into the workspace.
- I tried to open it on eclipse, but with no success.
- File -> Import -> Android -> Existing Android Code Into WorkSpace -> Next -> Browse (to the project folder in the workspace itself) -> Finish (Last step).
- After the last step, the dialog box disappeared (as expected) without a warning message. But
t
was not added (became visible) into the Package Explorer of Eclipse!!. - I checked the workspace folder, the project
t
I wanted to open was still there
How to fix?