最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

【已解决】ADT中导入项目时出错:Invalid project description. xxxx overlaps the location of another project: ‘xxx’

Android crifan 5860浏览

【问题】

折腾:

【记录】如何把一个已有的ADT项目,导入到当前的ADT中

的过程中,先后两次遇到,导入项目时出错:

Invalid project description.
E:\Dev_Root\android\android_root\DownloadSongtasteMusic overlaps the location of another project: ‘DownloadSongtasteMusic’

overlaps the location of another project

【解决过程】

1.参考:

打开示例时报错:Invalid project description

没帮助。

2.参考:

Android导入工程提示Invalid project description错误

看起解释的有道理。

即,本来呢,ADT,是要导入,我们当前已经存在的一个Android项目的。

但是要注意是,导入后,是会放到对应的,当前的workspace的根目录下的。

而我们要导入的项目,本来就被我放到“当前的workspace的根目录下”了,所以,才导致冲突的。

3.办法就很简单了,把当前项目,剪切到别的地方,再导入一次,就没事了。。。

 

【总结】

以后记住,想要导入某个ADT(Eclipse)项目时,不能放到根目录了,否则很简单,必然会出现这个问题的。

转载请注明:在路上 » 【已解决】ADT中导入项目时出错:Invalid project description. xxxx overlaps the location of another project: ‘xxx’

85 queries in 0.315 seconds, using 19.13MB memory