zoukankan      html  css  js  c++  java
  • Xamarin.Android绑定时Generator.exe报错

    今天绑定的时候发现Generator.exe直接退出了,后来发现

    在错误列表中查看,只发现

    Error MSB6006: “generator.exe”已退出,代码为 -532462766。 (MSB6006) (UMengSdkFb)

    莫名奇妙,后面查看资料,发现详情可以在旁边的  构建输出 中查看,这样就找到实际的问题了

    未经处理的异常:  MonoDroid.Generation.BindingGeneratorException: error BG4304: Invalid XPath specification: /api/package[@name='com.umeng.fb.widget']/interface=[@name='PagerSlidingTabStrip.a'] ---> System.Xml.XPath.XPathException: 表达式的计算结果必须为节点集。
    
           在 MS.Internal.Xml.XPath.XPathParser.ParseNodeTest(AstNode qyInput, AxisType axisType, XPathNodeType nodeType)
    
           在 MS.Internal.Xml.XPath.XPathParser.ParseStep(AstNode qyInput)
    
           在 MS.Internal.Xml.XPath.XPathParser.ParseRelativeLocationPath(AstNode qyInput)
    
           在 MS.Internal.Xml.XPath.XPathParser.ParsePathExpr(AstNode qyInput)
    
           在 MS.Internal.Xml.XPath.XPathParser.ParseUnionExpr(AstNode qyInput)
    
           在 MS.Internal.Xml.XPath.XPathParser.ParseMultiplicativeExpr(AstNode qyInput)
    
           在 MS.Internal.Xml.XPath.XPathParser.ParseAdditiveExpr(AstNode qyInput)

    实际上就是节点格式错误,如果是一般‘’里面的名称拼写错误,会生成警告;如果是语法,上面是interface=,后面的=是不应该加的,这种语法错误是会直接导致generator.exe报错(IDE不会FC)。

  • 相关阅读:
    FBX Software Development Kit
    如何用Nsight调试C# OpenGL程序
    Xcode如何编译Debug版和Release版
    Mapbox
    OpenGL
    OpenGL Tutorial
    Unity3D Sprite Draw Call合批规则
    MONO加载DLL调试命令
    如何在Flash Builder里新建ActionScript工程
    Flash Frameworks
  • 原文地址:https://www.cnblogs.com/yz1311/p/4763254.html
Copyright © 2011-2022 走看看