Erro XA4215 do .NET para Android
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
Esse erro indica que dois ou mais tipos C# estão emitindo o mesmo nome de tipo Java totalmente qualificado.
Para resolver esse erro, altere o [Register]
atributo em um dos tipos C# para um nome de tipo Java diferente.