Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

DownloadCache dependency incompatibility with Forms #147

Open
LRP-sgravel opened this issue Nov 15, 2016 · 5 comments
Open

DownloadCache dependency incompatibility with Forms #147

LRP-sgravel opened this issue Nov 15, 2016 · 5 comments

Comments

@LRP-sgravel
Copy link

The dependency change to Android.Support.Compat v.24.2.1 causes issues with Xamarin Forms. The fact it requires version 24 of an Android library causes a duplicate JAR with version 23 that Forms requires.

error : java.lang.IllegalArgumentException: already added :  Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat;
@martijn00
Copy link
Contributor

This is a problem with Forms. It has a fixed dependency on Support v23.3.0 while we want to use the newer Support packages. Try talking to the Forms people to update their dependencies.

@LRP-sgravel
Copy link
Author

I'm aware of that. I'm using 4.2.0 in the mean time, There was no code update I think so why the update in the dependencies?

@martijn00
Copy link
Contributor

Because we also updated the dependencies for MvvmCross-AndroidSupport.

@LRP-sgravel
Copy link
Author

You don't use MvvmCross-AndroidSupport in DownloadCache...

@Cheesebaron
Copy link
Member

@LeRondPoint no but we use Xamarin.Android.Support in DownloadCache for some Compat methods.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants