3

我无法在 Eclipse 中添加项目。我在“存档文件”部分的导入向导中添加文件位置,但未显示完成按钮

文件被压缩。

我已经在我的 eclipse 3.2.1 中导入了七个文件。这是我遇到问题的原因吗?

我以前没有将这些文件导入到 eclipse 中。

问题仅出现在某些特定项目中,而我可以轻松导入其他项目。

4

3 回答 3

1

The Import > "Existing Project into Workspace" feature is suited to import projects which are already configured for Eclipse. In this case, these projects should already have a .project file.

On the other hand, the Import > "Archive File" and "File System" options only import a directory or an archive content into a folder of a project that already resides in Eclipse Workspace.

Which one is the case?

If what you want to do is to import an archived file as though it were a project, then what you have to do is:

  1. Create a blank new project in Eclipse.

  2. Import the archived file into the new project base dir.

  3. Configure the imported content appropriately (i.e. define source directory and other proper configurations).

For additional information, please refer to Eclipse Online Help

于 2012-06-14T06:02:28.950 回答
1

Appcelerator 的 Titanium Studio 3.2.3 版本也出现这种情况,所以问题肯定出在 Eclipse - 令人抓狂!除了创建一个新的空白项目然后将所有内容复制回其中之外,我还没有找到解决方法。

于 2014-05-13T16:44:19.923 回答