Xamarin cross platform project starts with errors

0

Cross Platform project in Visual Studio already opens with 31 errors, maybe it's just IDE settings. If someone has encountered this problem, here is an example of the errors that appear.

    
asked by anonymous 21.07.2017 / 16:10

1 answer

0

The reported problem may be related to some outdated file. Try the steps below:

  • Clean Solution;
  • Restore NuGet Packages;
  • Rebuild Solution.

If it does not work, try upgrading Xamarin in Tools > Options > Xamarin > Other > Check Updates.

    
26.07.2017 / 19:23