A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
I found the answer. Even though the list of errors claimed the error was in the layout.xml file, the ma was in the include element in activity_main.xml (so I was looking at the wrong file). I think that errors like this related to include elements are sometimes confusing, because they tell you the error is in the wrong file, but I finally found the answer (ma was a typo that should have been match_parent).