Ffimageloading: With Xamarin 3.6, FFImageLoading.Forms.Platform.CachedImageRenderer.Init(true) Fails on Android

Created on 7 Mar 2019  路  6Comments  路  Source: luberda-molinet/FFImageLoading

Description

Updated to Xamarin 3.6. When I attempt to deploy/run on an Android device, the app crashes on this line:

With Xamarin 3.6, FFImageLoading.Forms.Platform.CachedImageRenderer.Init(true)

Steps to Reproduce

Update to Xamaring 3.6 and run your app.

Expected Behavior

App will run without crashing.

Actual Behavior

App crashed on:
FFImageLoading.Forms.Platform.CachedImageRenderer.Init(true)

With the following exception:
Unhandled Exception:

System.TypeLoadException: Could not load list of method overrides due to Method not found: void Xamarin.Forms.Platform.Android.IVisualElementRenderer.add_LayoutChange(System.EventHandler`1) occurred

Basic Information

  • Version with issue: 2.4.4.859
  • Last known good version: ?
  • Platform: Android

Screenshots

Reproduction Link / Code

duplicate

Most helpful comment

any idea when this can fixed pls ? it is a blocking issue unless we use a deprecated version (with old dependencies ...)
thanks you.

All 6 comments

FYI, I did try wiping my bin and obj folders, but still failed.

Same issue.
Xamarin.Forms 3.6
FFImageLoading Version : 2.4.4.859

Good version -
Xamarin.Forms 3.4

any idea when this can fixed pls ? it is a blocking issue unless we use a deprecated version (with old dependencies ...)
thanks you.

Please check 2.4.5.870-pre. Cheers.

Was this page helpful?
0 / 5 - 0 ratings