今天遇到一个奇怪的问题。一个android的工程用eclipse导入的时候,提示错误。错误为:invalid project description 。 details为xxxx project overlaps the location of another project:
网址:yii666.com后来发现是因为要导入的project本来就已经在eclipse下的workspace已经存在了,如果再导入一遍的话会覆盖掉,但是eclipse默认会认为workspace下面的工程优先级高,所以不会允许再次进行覆盖导入的。
文章来源地址:https://www.yii666.com/article/758061.html解决方案:将要导入的工程从workspace下面拷贝到别的地方,然后重新导入一次,就OK了。文章地址https://www.yii666.com/article/758061.html