You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
yalematta
changed the title
Compatibility with Picasso causing crashes
Compatibility issue with Picasso causing crashes
Jul 14, 2019
Hello,
My app started crashing recently when adding chips.
It looks like a compatibility issue with Picasso:
Is anyone having this problem?
Will you be fixing this soon?
The text was updated successfully, but these errors were encountered: