Xamarin.Android warning XA1000
Issue
This warning means there was a problem parsing a layout XML file
by the ManagedResourceParser
. This is usually due to invalid or
incomplete XML.
Solution
You should investigate any formatting issues with the specified XML file.