reiley
reiley

Reputation: 3761

Not able to import git android project in Eclipse

I tried several times to import this git repos into my eclipse and run it as android application, but no success.

Can someone please suggest me how to import it in correct manner.

Upvotes: 2

Views: 749

Answers (2)

Jatin Malwal
Jatin Malwal

Reputation: 5273

Please try these things:

  • Check whether is a same mane project existing in your eclipse work-space?
  • Restart eclipse and then try the same
  • Import project as existing android code not as existing project

Steps : Import-> Existing android code into workspace -> Also mark copy into workspace-> Done

If there is not visible option of copy into workspace then probably there is already similar name project into workspace. First delete that and try the same.

Upvotes: 2

Phat H. VU
Phat H. VU

Reputation: 2370

Try to Clone in Desktop or Download Zip.

Then from Eclipse, Import > Existing projects into Workspace.

Hope it work.

Upvotes: 1

Related Questions