[Bug] System.TypeLoadException: Parent class vtable failed to initialize, due to: VTable setup of type AndroidX.SwipeRefreshLayout.Widget.SwipeRefreshLayout #14424
Ended up having to install Xamarin.AndroidX.AppCompat.AppCompatResources (version 1.3.0) and downgrading Xamarin.AndroidX.Core from version 1.6.0 to 1.5.0 it began after updating to Xamarin Forms 5.0.0.2083 which required AndroidX.Core Not sure if it'll help with your problem exactly but those steps fixed it . OR downgrading Xamarin.AndroidX.Core from version 1.6.0 to 1.5.0 resolved issue. OR Do you think this is fixed with the new AndroidX.Core 1.6.0.1 ? OR Updating to 1.6.0.1 didn't work for us as well but we have 2 workarounds for this. Skip linking for Xamarin.AndroidX.Core Put this ...