您的位置:首页 > 产品设计 > UI/UE

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

2016-07-11 20:44 756 查看
部署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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: