Reputation: 55
I'm sorry if this looks like the same question a million times...but a google search for this provides no results
I downloaded code from http://developer.android.com/training/contacts-provider/retrieve-names.html. then i tried to import into eclipse project . But i unable to import that project into eclipse project. can any body help me to import that project into eclipse project.
Upvotes: 0
Views: 5344
Reputation: 10358
Follow these steps:
Upvotes: 3
Reputation: 21561
First you need to Extract the zip file and in eclipse Right click in your project explorer --> Import --> Android --> Existing android code to workspace --> click browse --> select your project folder and click finish. That is it.
Upvotes: 0
Reputation: 3952
Right click in your project explorer --> Import --> Android --> Existing android code to workspace --> click browse --> select your project folder and click finish. You are done
Upvotes: 1