Edit

Share via


.NET for Android error XA8000/IL8000

Issue

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

Solution

When trying to upgrade older NuGet package references to use the more recent Resource Designer Assembly, the system might encounter fields which cannot be upgraded because the resource is missing from either the dependency or the app.

To fix this issue, either add the missing AndroidResource to the application, or update the relevant NuGet package to a version that supports .NET 8 or later and ensure the project's Target Framework is set to .NET 8 or later.