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

后端 未结 6 883
一整个雨季
一整个雨季 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 04:03

    I just ran into a similar issue when upgrading appcompat-v7 from 22.2.0 23.1.0. Updating compileSdkVersion to 23 fixed it.

提交回复
热议问题