Hi guys,
I am having a problem with two of the libraries in the component store, I have the following installed.
- Android Support Library v13 for the SwipeRefreshLayout (http://blog.xamarin.com/swipe-to-refresh-added-to-android-support-v4-component/)
- Google Play Services (JellyBean) for Google Auth, Maps, Location, etc Now here is my problem.
Google Play Services relies on Mono.Android.Support.v13 that is included with Xamarin.Android. Which seems to be the same library as Android Support Library v13 except SwipeRefreshLayout is missing. If I have both Android Support Library v13 included as well as Mono.Android.Support.v13 I run into a lot of duplicate type problems.
Is there any kind of assembly redirection I can do so that Google Play Services relies on Android Support Library v13? Or anything else that comes to mind so that I can continue to use both components?
Thanks for your help, Nick