Posted 29 July 2019, 9:25 pm EST
Hi,I am using C1 inside our xamarin.forms application and am currently using C1 nugets (android.core, android.calendar, forms.core and forms.calander) version: 3.4 with Xamarin.Forms version: 4.1. Today I decided to update C1 to the latest version (4.0) and rebuilt my application but this resulted in a error which I am unable to get rid of.
The error:
Can not resolve reference: `Xamarin.Android.Support.SwipeRefreshLayout`, referenced by `C1.Android.Core`. Please add a NuGet package or assembly reference for `Xamarin.Android.Support.SwipeRefreshLayout`, or remove the reference to `C1.Android.Core`.
I have tried adding the 'Xamarin.Android.Support.SwipeRefreshLayout' nuget and also adding a reference to 'Xamarin.Android.Support.SwipeRefreshLayout' inside 'references'. Unfortunately neither action has solved this error.
I was hoping to get some help from an expert with a possible solution.
Gr. Sjoerd