導入項目遇到的問題:this
Some projects cannot be imported because they already exist in the workspace.spa
翻譯:有的項目因爲在此工做空間中已經存在而不能導入到此工做空間中。翻譯
緣由:blog
由於我已經拷貝此項目到這個工做空間中了,若是「Copy projects into workspace」前面的複選框被選中的話,項目將被再一次複製到此項目,故存在兩個同名的項目了,因此,get
天然會報出項目已經存在「already exist」的異常錯誤了。io
解決方法:class
去掉「Copy projects into workspace」前面的複選框,並點擊「Refresh」按鈕,點擊「Finish」按鈕。import
——Or, you can resolve this problem as the way. Uncheck the "copy projects into workspace" checkbox, and then click "refresh" button. cli
From Stack Overflow.方法
OK!問題解決!