使用英语阅读

通过


适用于 Android 的 .NET 错误 XA4215

示例消息

error XA4215: The Java type `com.contoso.library1.Class1` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
error XA4215:   `com.contoso.library1.Class1` generated by: Library1.Class1, Library1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
error XA4215:   `com.contoso.library1.Class1` generated by: Library1.Class1, Library2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null

问题

此错误指示两个或多个 C# 类型发出相同的完全限定 Java 类型名称。

解决方案

若要解决此错误,请将 [Register] 其中一种 C# 类型的属性更改为不同的 Java 类型名称。