Xamarin build action warning XA0101

Andree picture Andree · May 19, 2015 · Viewed 14.2k times · Source

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

Answer

Markus Dietrich picture Markus Dietrich · May 19, 2015

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".