Java Binding Abstract class not being generated
问题 Error CS0234: The type or namespace name IBitmap' does not exist in the namespace Com.Sushi.Hangover'. Are you missing an assembly reference? I have an Android binding project which has classes that are inheriting from multiple interfaces but these interfaces are not been generated and thus all of the public classes that depend upon them are failing to bind. Java Class: abstract interface Bitmap { ~~~ (methods removed) } api.xml: <interface abstract="true" deprecated="not deprecated" final=