Skip to content
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

Compatibility issue with Picasso causing crashes #43

Open
yalematta opened this issue Jul 14, 2019 · 0 comments
Open

Compatibility issue with Picasso causing crashes #43

yalematta opened this issue Jul 14, 2019 · 0 comments

Comments

@yalematta
Copy link

Hello,

My app started crashing recently when adding chips.
It looks like a compatibility issue with Picasso:

java.lang.NoSuchMethodError: No static method with(Landroid/content/Context;)Lcom/squareup/picasso/Picasso; in class Lcom/squareup/picasso/Picasso; or its super classes (declaration of 'com.squareup.picasso.Picasso' appears in /data/app/com.synkers.synkers.debug-xgbBJJ_V1j-_K7dtif3uvA==/base.apk:classes3.dex)
        at com.doodle.android.chips.ChipsView$Chip.updateViews(ChipsView.java:723)
        at com.doodle.android.chips.ChipsView$Chip.getView(ChipsView.java:710)
        at com.doodle.android.chips.views.ChipsVerticalLinearLayout.onChipsChanged(ChipsVerticalLinearLayout.java:62)
        at com.doodle.android.chips.ChipsView.onChipsChanged(ChipsView.java:372)
        at com.doodle.android.chips.ChipsView.addChip(ChipsView.java:291)
        at com.doodle.android.chips.ChipsView.addChip(ChipsView.java:277)
        at com.doodle.android.chips.ChipsView.addChip(ChipsView.java:273)

Is anyone having this problem?
Will you be fixing this soon?

@yalematta yalematta changed the title Compatibility with Picasso causing crashes Compatibility issue with Picasso causing crashes Jul 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant