首页 > 移动平台 > 详细

【Xamarin报错】AndroidManifest.xml : warning XA0101: @(Content) build action is not supported

时间:2016-07-11 21:11:07      阅读:552      评论:0      收藏:0      [点我收藏+]

部署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

 

【Xamarin报错】AndroidManifest.xml : warning XA0101: @(Content) build action is not supported

原文:http://www.cnblogs.com/luqingfei/p/5661565.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!