In my experience, this usually happens due to some problem with the resources (in other words, something that was added to the projects in the resources folder - usually in the Drawable or Layout folder).
If you go into the Resource.Designer.cs file, it may provide some hints as to what the problem is with the project.
One possible solution is to delete any of the additional files that you added to the project, and try rebuilding it.
Another way that might work is to clean up the Build-> Clean Solution project, and then rebuild the solution.
If you just started, perhaps you can start a new project, and then open the files from this broken one and copy them on top or just sections of code - and build the project so that you can diagnose which file is wrong.
Please let me know if this was useful to you,
Regards, James.
source share