Binding to .aar does not create the classes contained, only the interfaces

234 Views Asked by At

I have a very basic java module that contains two interfaces (IOrder, IOrderItem) and two classes that implement those interfaces (Order, OrderItem).

After creating a xamarin binding library in VS2017 I only see the two interfaces.

Checking out the api.xml shows me that both classes are recognized and I even see their generated classes in the obj\Debug\generated\src folder of my project.

Why aren't these classes making it into my object explorer? What am I missing that links these generated files into the project itself?

0

There are 0 best solutions below