Search code examples
androideclipseworkspace

Eclipse workspace folder seems empty?


I created a new workspace and imported my projects from another workspace to the new one.I can see the projects inside eclipse but the new workspace folder seems empty in windows explorer.I want to commit my code to github.But can't do it because of this.How to resolve this ?


Solution

  • By default while importing any project in eclipse will be refereed from its original location only. So Make sure whenever you import any project from anywhere in your workspace you copy that project into your workspace also. Otherwise it will refer the original location of the project.

    Just you need to check the highlighted checkbox while importing a project as shown in image.

    enter image description here