Xamarin can not resolve reference even if this is installed

im new at this plataaform and i was wondering to work with third party controls,-because i think they look great with less effort-,my problem begin when i start to compile de solution,i get the following error :

Can not resolve reference: Xamarin.Android.Support.Interpolator, referenced by Syncfusion.SfDataGrid.XForms.Android. Please add a NuGet package or assembly reference for Xamarin.Android.Support.Interpolator, or remove the reference to Syncfusion.SfDataGrid.XForms.Android.learningXamarinExtraUI.Android

That happens even after install the package,i had read similar questions here and tried the solutions proposed :( and all of that i had tried did not worked

enter image description here

Solutions proposed that i tried: -Nuget package installed but references not resolved references-not-resolved -Nuget Packages are there but missing References missing-references/42778916

Upvotes: 1

Views: 4142

Answers (1)

Karthik Rj
Karthik Rj

Reputation: 131

We can able to reproduce the report issue “Can not resolve reference: Xamarin.Android.Support.Interpolator, referenced by Syncfusion.SfDataGrid.XForms.Android. Please add a NuGet package or assembly reference for Xamarin.Android.Support.Interpolator, or remove the reference to Syncfusion.SfDataGrid.XForms.Android.learningXamarinExtraUI.Android”.

Your requirement can be achieved by changing the Target FrameWork version as 9.0 on Android project to resolve this.

Android Api Target Version

Note: This cause due to Xamarin Forms V3.6 and its support libraries does match to Android Api version.

Please revert us, if you still facing this issue at your end.

Regards,

Karthik Raja

Upvotes: 2

Related Questions