Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
355 views
in Technique[技术] by (71.8m points)

android - Eclipse项目在工作区中已经存在的eclipse中不可见(Eclipse project is not visible in eclipse which already exist in workspace)

I am using Eclipse for Android development.

(我正在使用Eclipse进行Android开发。)

Today when I opened eclipse these is no projects visible in package explorer.

(今天,当我打开eclipse时,这些文件在Package Explorer中没有可见。)

Even though projects folders are present in directory.

(即使项目文件夹位于目录中。)

What can be reason for it?

(可能是什么原因呢?)

Is it missing some config file.

(是否缺少一些配置文件。)

How to make all projects in workspace visible again in explorer of eclipse.

(如何在Eclipse资源管理器中再次显示工作区中的所有项目。)

  ask by Hardik Gajera translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Were the projects visible before?

(这些项目以前可见吗?)

Have you imported the projects to your workspace?

(您是否已将项目导入到工作区?)

If no, import your projects into your workspace using following steps:

(如果否,请使用以下步骤将项目导入到工作区中:)

  1. File → Import → General → Existing Projects into Workspace → Next

    (文件→导入→常规→现有项目到工作区→下一步)

  2. Select root directory: /path/to/project Projects → Select All

    (选择根目录:/ path / to / project项目→全选)

  3. Uncheck Copy projects into workspace and Add project to working sets

    (取消选中将项目复制到工作区并将项目添加到工作集)

  4. Finish

    (完)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...