Reputation: 3761
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
Reputation: 5273
Please try these things:
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
Reputation: 2370
Try to Clone in Desktop or Download Zip.
Then from Eclipse, Import > Existing projects into Workspace.
Hope it work.
Upvotes: 1