I am new to Xamarin and currently I have to make some change to one of the existing application . But When i try to load the projects , initially there were lots of error related to version code.I somehow managed to overcome those error but i got struck to this error .
System.TypeLoadException: 'VTable setup of type Xamarin.Forms.Forms+AndroidPlatformServices failed'
Firstly I believed this error might be related to Xamarin Form version no .But I have tried that one too but no luck.In Error log I can see
Severity Code Description Project File Line Suppression State Error NU5048 The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl IniFileParser C:\Program Files\dotnet\sdk\3.1.300\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets 198
Any help will be appreciated .