Xamarin.Android error XA0103
Issue
This message indicates that lint
(Android Code Checking Tool) reported an error.
lint
is part of the Android SDK and can be used by Xamarin.Android to check for Android based issues.
Solution
Learn more about lint
from the Android Lint documentation.
Learn more about using lint
from Xamarin.Android