gpt4 book ai didi

c# - FFImageLoading 在 Android 中抛出异常,错误为 : System. TypeLoadException:由于找不到方法,无法加载方法覆盖列表:

转载 作者:行者123 更新时间:2023-11-30 14:21:27 27 4
gpt4 key购买 nike

我刚开始为 Xamarin 跨平台项目使用 FFImageLoading,Android MainActivity.cs 文件抛出未处理的异常:

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)

我已经看过很多了,但不明白到底该做什么。以下是我正在使用的版本:

  • Xamarin.Forms v3.6.0.264807
  • Xamarin.FFImageLoading v2.4.4.859
  • Xamarin.FFImageLoading.Forms v2.4.4.859

我知道版本必须正确才能解决此问题。

我会投入更多,但我没有时间来弄清楚如何正确使用这个网站。我不断收到关于我的代码如何没有被识别为 4 个空格的错误(当它显然是 !!!!!!!!!!!!!!)。我只是想成功地解决这个问题。

最佳答案

更新

此问题已在发布版本 2.4.6.929 中得到解决。如果您遇到此错误,请更新 Xamarin Forms 和 FFImageLoading。


原始答案

您使用的 FFImageLoading 版本 (v2.4.4.859) 和 Xamarin Forms 3.6 版(以及 3.4、3.5 和 3.6 版)存在问题。

你可以在他们的github上查看问题Init exception with latest Xamarin.Forms 3.4 / 3.6 . FFImageLoading 的预发布版本 (v2.4.5.870-pre) 中有一个修复。

目前我知道的唯一修复方法是:

  1. 将 FFImageLoading 降级到以前的版本 (2.4.3.840)
  2. 降级 Xamarin Forms
  3. 使用预发布版本 FFImageLoading(v2.4.5.870-pre,或 v2.4.5.880-pre 见更新)

请注意,任何软件的预发布版本都可能不稳定,并且可能仍在开发中。 我不建议在生产环境中使用预发布版本。


更新

用户 (PureWeen) 在 issues 上发帖页:

https://www.nuget.org/packages/Xamarin.FFImageLoading/2.4.4.859

  • is incompatible with the latest versions of 3.4, 3.5, and 3.6, 4.0 pre(*)

https://www.nuget.org/packages/Xamarin.FFImageLoading/2.4.4.859 and all 2.4.5 versions prior to https://www.nuget.org/packages/Xamarin.FFImageLoading/2.4.5.880-pre are compatible with:


https://www.nuget.org/packages/Xamarin.FFImageLoading/2.4.5.880-pre

  • is compatible with the latest versions of 3.4, 3.5, and 3.6

https://www.nuget.org/packages/Xamarin.FFImageLoading/2.4.5.870-pre

  • is compatible with XF 3.6.0.264807

您可以通过在 VisualStudio 中选择 Include prerelease 复选框从 NuGet 获取预发布版本:

enter image description here

关于c# - FFImageLoading 在 Android 中抛出异常,错误为 : System. TypeLoadException:由于找不到方法,无法加载方法覆盖列表:,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55342116/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com