daniel-luberda / DLToolkit.Forms.Controls

Xamarin.Forms Custom Controls
Apache License 2.0
393 stars 182 forks source link

Error processing method: 'System.Void DLToolkit.Forms.Controls.FlowListViewInternalCell::AddTapGestureToView(Xamarin.Forms.View) #204

Open LiamReynaud opened 6 years ago

LiamReynaud commented 6 years ago

Hi, First of all thank you for your work.

I'm trying to use your listview and i get into this error on Android minimal android Version 4.1 Target version Oreo

do you have any idea ?

Mono.Linker.MarkException: Error processing method: 'System.Void DLToolkit.Forms.Controls.FlowListViewInternalCell::AddTapGestureToView(Xamarin.Forms.View)' in assembly: 'DLToolkit.Forms.Controls.FlowListView.dll' ---> Mono.Cecil.ResolutionException: Failed to resolve System.Void Xamarin.Forms.ClickGestureRecognizer::.ctor() à Mono.Linker.Steps.MarkStep.HandleUnresolvedMethod(MethodReference reference) à Mono.Linker.Steps.MarkStep.MarkMethod(MethodReference reference) à Mono.Linker.Steps.MarkStep.MarkInstruction(Instruction instruction) à Mono.Linker.Steps.MarkStep.MarkMethodBody(MethodBody body) à Mono.Linker.Steps.MarkStep.ProcessMethod(MethodDefinition method) à Mono.Linker.Steps.MarkStep.ProcessQueue() --- Fin de la trace de la pile d'exception interne --- à Mono.Linker.Steps.MarkStep.ProcessQueue() à Mono.Linker.Steps.MarkStep.ProcessEntireQueue() à Mono.Linker.Steps.MarkStep.Process() à Mono.Linker.Steps.MarkStep.Process(LinkContext context) à Mono.Linker.Pipeline.Process(LinkContext context) à MonoDroid.Tuner.Linker.Process(LinkerOptions options, ILogger logger, LinkContext& context) à Xamarin.Android.Tasks.LinkAssemblies.Execute(DirectoryAssemblyResolver res) à Xamarin.Android.Tasks.LinkAssemblies.Execute() à Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() à Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext() MyKone.Droid C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets 1748 Build

AlexDarbyFujitsuGmail commented 6 years ago

I am also getting this issue.

Min Android version - 4.4 Target Android version - 8.0