Xamarin Support Library v7 AppCompat 21.0.0-beta1 -
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.
Examiner / Android. Support.v7.AppCompat / 21.0.0-appcompat-v7 / embedded /./res/values-v11 / values.xml: 43: Error: Error: No Resource Found Name matches given: attr 'android: actionModeShareDrawable'.
This is similar to the problem on the following thread, but it is related to xamarin envrionment.
Any ideas will be appreciated.
You should override and set your target level to v21. To do this, you need to run Xamarin alpha channel.
Comments
Post a Comment