Eclipse “Invalid Project Description” when creating new project from existing source

前端 未结 21 1083
被撕碎了的回忆
被撕碎了的回忆 2020-12-04 05:35

I am trying to create a new project from existing source code. I keep getting the following error: \"Invalid Project Description\", project path \"overlaps the location of a

相关标签:
21条回答
  • 2020-12-04 06:34

    I have been banging my head against the wall with a similar problem. The only thing that helped is following the steps in this post.

    0 讨论(0)
  • 2020-12-04 06:35

    Instead of import from Android -> Existing Android Code Into Workspace, You must use General->Existing projects into workspace. It's probably a solution.

    0 讨论(0)
  • 2020-12-04 06:36

    I solved this problem with using the following steps:

    1. File -> Import

    2. Click General then select Existing Projects into Workspace

    3. Click Next

    4. Browse the directory of the project

    5. Click Finish!

    It worked for me

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