1.Dimension types not allowed (at 'strokeWidth' with value '2dp').
2.Attribute "strokeWidth" has already been defined.
3.Attribute "strokeColor" has already been defined.
4.Attribute "fillColor" has already been defined.
Getting 4 error after adding the telerik dlls in xamarin project. any help to resolve this.
I think the reason it is clearly in the logcat you provided -- name conflicted
lib telerik has three attrs which is already been defined by xamarin.
solution: You can change the attr's name which been defined in xamarin or telerik.