Xamarin Forms Android: Could not load list of method overrides for CachedImageRenderer.Init()
See original GitHub issueI’m trying to use this for Android and am getting a build error in the MainActivity.cs for:
CachedImageRenderer.Init();
Error simply says: “Could not load list of method overrides”
There’s a Stack Overflow post here that someone else posted the same issue: https://stackoverflow.com/questions/47211668/ffimageloading-unhandled-exception-system-typeloadexception-could-not-load-li
Has anyone seen this issue and could offer a solution? My linker settings are turned off, so it should be including the dlls properly. This is for FFImageLoading v2.2.25.
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (4 by maintainers)
Top Results From Across the Web
xamarin - FFImageLoading: Unhandled Exception: System. ...
I tried FFImageLoading version 2.2.24 with xamarin forms 2.0.4.280 ... TypeLoadException: Could not load list of method overrides occurred).
Read more >How to enable FFImageLoading transformation in Xamarin. ...
You can use the CachedImage of the FFImageLoading in the SfListView and make a transformation on the image at run time in Xamarin.Forms...
Read more >Why am I getting this error in Xamarin.Forms using Visual ...
The work around was to ensure that the directory ~/Library/Android/sdk exists, even if it is empty. Please sign in to rate this answer....
Read more >Xamarin Media Plugin doesn't works on Android
Hi, I've installed the plugin "Xam.Plugin.Media". The plugin works fine on IOS but on Andorid the app crash as soon it starts.
Read more >MovieDB App Xamarin Forms Mvvm
This tutorial will be a 2 part tutorial. We will build a movie app based on MVVM architecture, it will consume the moviedb...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If using
Xamarin.Forms < 2.4
you want to usev2.2.25-legacy
prerelease package version. I stripped fast renderer out of it.Good call. Thanks!
Sent from my iPhone