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

后端 未结 6 880
一整个雨季
一整个雨季 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条回答
  •  萌比男神i
    2020-12-10 04:00

    Check if Android Support Library and Android SDK Build-tools and Android SDK Platform-tools are updated. I updated Android Support Library and not Build-tools and this error appeared. After updating Build-tools it solved.

提交回复
热议问题