Skip to content

com.squareup.picasso.Callback.onError(java.lang.Exception)"  #416

Open
@Mehran-Amp

Description

@Mehran-Amp

I was having this issue with an older version of Picasso 2.5.2. Solved it by upgrading to the newer version

implementation 'com.squareup.picasso:picasso:2.71828'
Don't forget that all calls to Picasso must now be updated from:

old syntax

Picasso.with(context)
.load(url)
.into(imageView)
to new syntax

Picasso.get()
.load(url)
.into(imageView)

please fix it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions