Android-support-v7-appcompat project not importing into eclipse

I am trying to import a project android-support-v7-appcompat, but I am getting a **** error message, but in case another support library is working fine.

here are the steps

  • Choose File> Import.

  • Select an existing Android code in the workspace and click Next.

  • Go to the SDK installation directory and then to the library support service. For example, if you are adding a project appcompat, go to <sdk>/extras/android/support/v7/appcompat/.

  • Click Finish to import the project. For the v7 appcompat project, you should see a new project called android-support-v7-appcompat.

But I can’t click on the finish line and get an error choosing at least one project .

here is the screen: enter image description here

+4
1

android-support-v7-appcompat .

, android-support-v7-appcompat

+4

Source: https://habr.com/ru/post/1525367/


All Articles