appcompat_v7: Error retrieving parent for item: No resource found that matches the given name

后端 未结 6 890
一整个雨季
一整个雨季 2020-12-10 03:23

I am trying to build the Android project that uses appcompat_v7 library.

For that, I created my project through Eclipse -> New Android Sample Project and added my cu

6条回答
  •  鱼传尺愫
    2020-12-10 03:57

    1. Right Click on the supporting library;
    2. Click on Properties;
    3. On the left side click on "Android";
    4. Select the right "Android 5.0 - API 21" and click OK;
    5. Clean the support library: Project -> Clean;

    Repeat the above steps for your project.

提交回复
热议问题