zoukankan      html  css  js  c++  java
  • 【Xamarin报错】AndroidManifest.xml : warning XA0101: @(Content) build action is not supported

    部署xamarin.forms android时报错:

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

  • 相关阅读:
    架构师之路
    责任链设计模式
    Junit框架分析
    线程详解
    课程总结
    IO流
    Java第四次作业
    Character string
    实训
    实训SI
  • 原文地址:https://www.cnblogs.com/luqingfei/p/5661565.html
Copyright © 2011-2022 走看看