Oleksandr Matrosov
Oleksandr Matrosov

Reputation: 27191

import demo project issue using eclipse

I have downloaded this file ActivityLifecycle.zip and now i am trying to import it using Package Explorer. So, I selected Import->Existing project into workspace, clicked Next, next selected root directory, but nothing happened. The projects field is empty.

enter image description here

Upvotes: 0

Views: 134

Answers (1)

The Badak
The Badak

Reputation: 2040

  1. Extract 'activity-lifecycle' folder from that ZIP file to Desktop.
  2. Right-Click on Explorer and click on Import -> Existing Android Code Into Workspace.
  3. Select 'activity-lifecycle' folder at Desktop.
  4. Click Finish button.

(If that doesn't work then)

  1. Extract 'activity-lifecycle' folder from that ZIP file to Desktop.
  2. Press CTRL+N select Android -> Android Project from Existing Code.
  3. Select 'activity-lifecycle' folder at Desktop.
  4. Click Finish button.

Upvotes: 1

Related Questions