Android问题集锦之十六:eclipse中overlaps the location of another project: 'xxxx'

new -> android project -> create project from exist source 

或者import其他项目时

出现如下错误信息: 
Invalid project description 
------>detail: ->>> xxxx(project path) overlaps the location of another project: 'xxxx' 
最后发现时我把源码把放到了workspace目录下了的原因导致的。 
eclipse插件在创建项目的时候需要在workspace目录下创建一个同名的目录。 
但发现workspace目录下已存在对应的目录时,就会报上面的处错误信息了。 

解决办法:

1)将源码包移到非workspace目录下

2)勾选上 copy projects into workspace 即可

你可能感兴趣的:(Android问题集锦之十六:eclipse中overlaps the location of another project: 'xxxx')