Skip to content

weak global reference table overflow #21

@taehee28

Description

@taehee28

Hi
I've got problem with using this image slider

I put image slider in a little complex LinearLayout based layout. Image slider had worked good.
But, image slider starts occurring error and app is crushed after changed the layout structure into ConstraintLayout based
which is JNI ERROR (app bug): weak global reference table overflow (max=51200)
Even I don't know what's that means...
ImgSliderAdapter.java for this image slider is only thing error log pointed out that I can approach the code

// ViewHolder constructor
public ViewHolder(ViewGroup parent, int itemLayoutId) {
    super(parent, itemLayoutId);    // this line occurs error 

    iv_photo = getView(R.id.item_imgslider_iv);
}

I think this is really weird... why..?
Waiting for answer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions