Integrating the Mason Framework stub jar in a Xamarin application requires:
- Creating a wapper JAR around the
masonstubs.jar
- Creating an Android Bindings Project that includes your wrapper JAR as an
EmbeddedJar
- Adding the Android Bindings Project to your Xamarin application and updating your manifest as mentioned in the
Setup
instructions above