-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error with Picasso Library #181
Comments
If you get a build error, maybe you should share that exact error? |
I believe 'm getting the same error: a conflict between OkHttp in ModernHttpClient and in Picasso My project setup is the following:
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: Error: Tool exited with code: 1. Output: UNEXPECTED TOP-LEVEL EXCEPTION: Let me know if you need more info. |
experiencing same problems here |
OK, so both Picasso and ModernHttpClient should pull in OkHttp through a nuget, rather than both providing their own version of it. For ModenHttpClient that is the case in new versions since August 24. For Picasso I have no idea. Talk to the author of Picasso to tell him to use the OkHttp nuget as well. |
Created a pull request for Picasso which should also solve this issue on Picasso side. |
Hey What do you mean by create a Pull Request? I just downloaded the binding from https://github.com/jacksierkstra/Picasso |
Hey After downloading the latest binding. I'm facing the new issue. Picasso is not loading images many times. I can't able to figure out at what time it fails. It throws error like Java.Lang.NoClassDefFoundError was thrown |
Is this included in the latest release on Nuget? If not, any timeframe for that? |
Would like to know the same, things have been awfully silent around ModernHttpClient lately. |
Looking at the tree for 2.4.2 and looking in the nuspec, you will see that the hard coded OkHttp dependency is still there. Hence it has not yet been released. You can of course build from source. |
https://github.com/JoeMayo/LinqToTwitter/issues/59 please release new version i think this issue is fixed right now according this PR |
@JeroenMols Did the Picasso PR was release yet? |
No idea, sorry |
Can you link me the PR? I want to remind them of that! @JeroenMols |
it was right above my comment btw :) |
Thanks my friend. I've already remind the guys from square to fix it here: mattleibow/square-bindings#2 |
@paulcbetts Thanks for making the changes so that ModernHttpClient could use OkHttp on nuget (seen in this commit). |
…ient to our nuget server (since the owner never updated theirs) that uses the nuget version of okhttp so that it plays nice with picasso. as noted here: anaisbetts#181
I want to use this library, but I am unable to add that in my Xamarin Project. I want to use it with combination of Picasso package. But unable to use it. Please help me I stuck on this issue from past 2 days.
The text was updated successfully, but these errors were encountered: