Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Compatibility issue with Picasso causing crashes  #43

Description

@yalematta

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions