-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Using OkHttp -- Docs clarification... #18
Comments
Thank you, there was a typo in the documentation. The following should be enough:
|
Awesome -- Thanks for the prompt response. |
It looks there is still a type.
should be
|
the imagepipeline-okhttp also seems to have missing classes namely: java.lang.NoSuchMethodError: com.squareup.okhttp.OkHttpClient.open |
@xbroak : would you mind creating separate issue for the missing class ? |
So I'm reading the docs on using OkHttp and it indicates that my gradle file should not have
compile 'com.facebook.fresco:fresco:0.1.0+'
if I'm trying to use Fresco with OkHttp. However, unless I add that dependency, I have no Fresco to initialize.Should I be including three dependencies as follows? If so, I think the docs could be clearer...
http://frescolib.org/docs/using-other-network-layers.html#_
The text was updated successfully, but these errors were encountered: