0

I can't fix the error :

enter image description here

I changed compileSdkVersion value to 21 and buildToolsVersion to 21.0.1

resolved Error retrieving parent for item: No resource found that matches the given name after upgrading to AppCompat v23

Community
  • 1
  • 1

1 Answers1

0

You need to compile with API 23 to use a version 23 Support Library.

ianhanniballake
  • 191,609
  • 30
  • 470
  • 443