KousiK
KousiK

Reputation: 825

android-support-v7-appcompat project not importing in eclipse

I am trying to import the android-support-v7-appcompat project but I am getting a error **** project,but in case of other support library its working fine.

here are the steps

  1. Select File > Import.

  2. Select Existing Android Code Into Workspace and click Next.

  3. Browse to the SDK installation directory and then to the Support Library folder. For example, if you are adding the appcompat project, browse to <sdk>/extras/android/support/v7/appcompat/.

  4. Click Finish to import the project. For the v7 appcompat project, you should now see a new project titled android-support-v7-appcompat.

But I am not able to click on finish and getting the error select at least one project.

here is the screen: enter image description here

Upvotes: 4

Views: 7212

Answers (1)

MGD
MGD

Reputation: 74

android-support-v7-appcompat is already in your workspace.

You can check that importing the android-support-v7-appcompat in another Workspace

Upvotes: 4

Related Questions