部署xamarin.forms android时报错:

Android\Properties\AndroidManifest.xml : warning XA0101: @(Content) build action is not supported

 

解析方法:

把AndroidManifest.xml文件的高级属性里的文件生成操作改为“无”。

 

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

http://stackoverflow.com/questions/30324099/xamarin-build-action-warning-xa0101

 

posted on 2016-07-11 20:44  Louis.Lu.Sz  阅读(1208)  评论(0编辑  收藏  举报