user2897471
user2897471

Reputation: 55

How to import a project into eclipse downloaded from developer.android.com zip file

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

Answers (3)

Illegal Argument
Illegal Argument

Reputation: 10358

Follow these steps:

  1. Download the file.
  2. Extract the zip archive.
  3. In ecllipse to to File then select Import
  4. Then select Android and then select Existing Android project to workspace
  5. Browse to the path where you extracted the downloaded file and click finish
  6. It is recommended to tick the copy to workspace dialog.

Upvotes: 3

Shailendra Madda
Shailendra Madda

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

Rethinavel
Rethinavel

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

Related Questions