I'm getting following warning while building the Xamarin Android project.
Warning XA0101: @(Content) build action is not supported (XA0101)
For this topic I found resources below, but I can't figure out the solution to get rid of this warning. Can somebody help me?
http://developer.xamarin.com/guides/android/under_the_hood/build_process/#Content http://developer.xamarin.com/releases/android/xamarin.android_5/xamarin.android_5.1/#Bug_Fixes
It's a warning that came with the new Xamarin Update. If you want to get rid of it, change the Build Action for AndroidManifest.xml to "none".