Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Cuestión
Could not find Android Resource '@anim/enterfromright'. Please update @(AndroidResource) to add the missing resource.
Solución
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 the missing AndroidResource needs to be added to the application. Or the Nuget should be upgraded to use .net 8 or later.