How to open existing project in Eclipse

前端 未结 7 2113
忘了有多久
忘了有多久 2020-12-23 00:39

I kind of feel stupid, but I just can\'t get it to work....

I have an existing Android project copied from my other pc, in the folder

c:\\projects\\t         


        
相关标签:
7条回答
  • 2020-12-23 00:50

    i use Mac and i deleted ADT bundle source. faced the same error so i went to project > clean and adb ran normally.

    0 讨论(0)
  • 2020-12-23 00:53

    Assume that the application folder is in your pen drive.

    open eclipse, go to import,select Android,In Android select "existing android code into workspace"

    next and finish.

    Ramanand Bhat

    0 讨论(0)
  • 2020-12-23 00:59

    Try File > New > Project... > Android Project From Existing Code. Don't copy your project from pc into workspace, copy it elsewhere and let the eclipse copy it into workspace by menu commands above and checking copy in existing workspace.

    0 讨论(0)
  • 2020-12-23 01:01

    Right click in navigator-Import-existing project..-select the base directory of your project

    0 讨论(0)
  • 2020-12-23 01:04

    It's the "Import existing project into workspace" option under Import->General.

    See: http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-importproject.htm

    0 讨论(0)
  • 2020-12-23 01:05

    Window->Show View->Navigator, should pop up the navigator panel on the left hand side, showing the projects list.

    It's probably already open in the workspace, but you may have closed the navigator panel, so it looks like you don't have the project open.

    Eclipse using ADT Build v22.0.0-675183 on Linux.

    0 讨论(0)
提交回复
热议问题