码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2016-07-11 21:14:22      阅读:1014      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!