Reputation: 825
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
Select File > Import.
Select Existing Android Code Into Workspace and click Next.
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/
.
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:
Upvotes: 4
Views: 7212
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