0

I am using GitHub for sharing my code. I cloned the code from the server to my local repository and can see all my projects in the Windows Explorer.

But when i make this my Eclipse Workspace and open it in Eclipse, it seems to be empty. I can't see any projects there.

Why not?

Florian Neumann
  • 5,587
  • 1
  • 39
  • 48
Nevaeh
  • 1,519
  • 7
  • 24
  • 45

3 Answers3

0

You have to import that projects into eclipse

Click on File->Import...

Select "Existing Android Code Into Workspace" from Android

Click Next

Select your projects from your workspace

Thats it... You are done...!

0

its very simple you need to import it even you set it as your workspace . open eclipse click file > import>General>existing project into workspace> and chose your workspace folder or any specific project .. Thank you

Tanim reja
  • 2,120
  • 1
  • 16
  • 23
  • man first time you have to do it . without import eclipse doesn't recognize them . ok he knows only workspace folder but he doesn't know what the content you have to put in your workspace folder may be it would be a image, vedio , audio etc so you need to say to eclipse that its your project ... – Tanim reja May 14 '14 at 05:48
  • but when i imported,all the files i pulled was overwritten and now i have lot of uncommited changes – Nevaeh May 14 '14 at 05:51
  • may be first time it will happen . some months ago i have done this , but now exactly i cant say whats going on ... but remember without any import you will never found you project in your eclipse – Tanim reja May 14 '14 at 05:59
0

I redid everything again from scratch. Seems like it was some problem with the cloning and the repository. It is working fine now.

Shadow The GPT Wizard
  • 66,030
  • 26
  • 140
  • 208
Nevaeh
  • 1,519
  • 7
  • 24
  • 45