0

I am trying to use the latest Xamarin Support Library v7 AppCompat 21.0.0-beta1 in my project. I am getting the following error.

Xamarin/Android.Support.v7.AppCompat/21.0.0-appcompat-v7/embedded/./res/values-v11/values.xml:43: error: Error: No resource found that matches the given name: attr 'android:actionModeShareDrawable'.

It is pretty much identical to the issue on the following thread but it is related to xamarin envrionment.

appcompat-v7:21.0.0': No resource found that matches the given name: attr 'android:actionModeShareDrawable'

Any ideas would be appreciated.

Community
  • 1
  • 1
user1331889
  • 113
  • 9

1 Answers1

0

You should override and set your target level to v21. You need to run the Xamarin Alpha channel to be able to do this.

Braiam
  • 1
  • 11
  • 47
  • 78
Martijn00
  • 3,569
  • 3
  • 22
  • 39