适用于 Android 的 .NET 错误 XA8000/IL8000

问题

Could not find Android Resource '@anim/enterfromright'. Please update @(AndroidResource) to add the missing resource.

解决方案

尝试将较旧的 NuGet 包引用升级为使用最新的资源设计器程序集时,系统可能会遇到无法升级的字段,因为资源在依赖项或应用程序中缺失。

若要解决此问题,需要将缺少 AndroidResource 内容添加到应用程序。 或者,Nuget 应升级为使用 .net 8 或更高版本。