I have a new setup for Xamarin Forms with PCL, an iOS app (which works great) and an Android project. The Android project has been updated with the latest Nuget packages for Xamarin Forms (2.2.0.45) in accordance with the PCL project. However, when I create a project, I get more than 500 errors in the Resource.Designer.cs file.
I tried all the suggestions that I found on the Internet, for example, deleting a file and restoring it during assembly. Checking the .csproj file for the tag and its there.
Xamarin Forums has no answers, some people have submitted bug reports. I can not imagine that a clean new Android project on Xamarin Forms will not be built. PCL and iOS applications work fine and have no errors.
An example assembly assembly is as follows:
1> C: \ MyApp \ Droid \ Resources \ Resource.Designer.cs (39,124,39,130): error CS0117: "Resource.Animation" does not contain a definition for "fab_in" 1> C: \ MyApp \ Droid \ Resources \ Resource. Designer.cs (40,125,40,132): error CS0117: "Resource.Animation" does not contain a definition for "fab_out" 1> C: \ MyApp \ Droid \ Resources \ Resource.Designer.cs (41,129, 41,140): error CS0117: " Resource.Animation "does not contain a definition for 'snackbar_in' 1> C: \ MyApp \ Droid \ Resources \ Resource.Designer.cs (42,130,42,142): error CS0117: 'Resource.Animation' does not contain a definition for 'snackbar_out 1> C: \ MyApp \ Droid \ Resources \ Resource.Designer.cs (87,125,87,132): error CS0117: "Resource.Attribute" does not contain a definition for "barSize" 1> C: \ MyApp \ Droid \ Resources \ Resource.Designer.cs (125,145,125,172): error CS0117: "Resource.Attribute" does not contain a definition for "disableChildrenWhenDisabled" 1> C: \ MyApp \ Droid \ Resources \ Resource.Designer. cs (192,136,192,154): error CS0117: "Resource.Attribute" does not contain a definition for 'middleBarArrowSize' 1> C: \ MyApp \ Droid \ Resources \ Resource.Designer.cs (204,133,204,148): error CS0117: "Resource.Attribute" does not contain definitions for "popupPromptView" 1> C: \ MyApp \ Droid \ Resources \ Resource.Designer.cs (211,124,211,130): error CS0117: 'Resource.Attribute' does not contain a definition for 'prompt' 1> C: \ MyApp \ Droid \ Resources \ Resource.Designer.cs (228,129,228,140): error CS0117: "Resource.Attribute" does not contain a definition for "spinnerMode" 1> C:\ MyApp \ Droid \ Resources \ Resource.Designer.cs (282,139,282,160): error CS0117: "Resource.Attribute" does not contain a definition for 'topBottomBarArrowSize' 1> C: \ MyApp \ Droid \ Resources \ Resource.Designer.cs (337,121,337,132) : error CS0117: "Resource.Color" does not contain a definition for "error_color"