Eclipse import project error, overlaps workspace location

后端 未结 9 2191
抹茶落季
抹茶落季 2020-12-09 07:46

I have a big project that I want to import to Eclipse, but everytime I do that I get:

Invalid project description.
  D:\\svn\\myproject\\vr overlaps the work         


        
9条回答
  •  醉话见心
    2020-12-09 08:03

    What I did to solve the problem:

    1. Rename the Project.

      • For example, the issue was with "C:\NividousCode\Production_Daily_HealtchCheck" (Eclipse returned error that this overlaps with another project - which was true I did have another project in another directory called "C:\cjaphe\Production_Daily_HealtchCheck")
    2. Solution was to "C:\NividousCode\Production_Daily_HealtchCheck" to "C:\NividousCode\Production_Daily_HealtchCheck_TEMP"

    When I the projected, Eclipse did not complain! and worked!

提交回复
热议问题