Xamarin Jar Binding Not Creating A Binding For Derived Class From Android.app.intentservice
I am trying to create an Android Java binding library. I have a class that that extends IntentService and I need it to be exposed in C#. When I build the project I got the followin
Solution 1:
At the end I found temporary solution. I have added IntentService class to my jar and make my extended IntentService extends IntentService from the package. It works.
Post a Comment for "Xamarin Jar Binding Not Creating A Binding For Derived Class From Android.app.intentservice"