How to import android project properly into Eclipse? -
i tried many answers there non solved problem.
i have android project (lets name t
) created using eclipse workspace folder.
i did following:
- i copied
t
place backup. - then, deleted eclipse -> r-click on
t
delete. - when checked workspace, removed expected.
then. - i copied backup workspace.
- i tried open on eclipse, no success.
- file -> import -> android -> existing android code workspace -> next -> browse (to project folder in workspace itself) -> finish (last step).
- after last step, dialog box disappeared (as expected) without warning message.
t
not added (became visible) package explorer of eclipse!!. - i checked workspace folder, project
t
wanted open still there
how fix?
try leaving project folder outside of workspace during import.
when re-import project, check "copy project files workspace" box.
in experience, manually copying projects (or out of) workspace can troublesome.
Comments
Post a Comment