I'm trying to bind a native SDK Jar which also includes a .so file, the binding project compiles just fine however I also need to include the res files from the native SDK into my binding project. Does this sound more like a library project implementation, as outlined at the bottom of the docs ?http://docs.xamarin.com/guides/android/advanced_topics/java_integration_overview/binding_a_java_library_(.jar)/
This is the SDK I'm binding https://www.dropbox.com/sh/5c14jg0q2joy896/LotR8GcYMn
This is the binding project so far https://github.com/YARG/Xamarin-Good-Dynamics-Android-Bindings
Thanks for any help/direction you can give.
Regards
Steve