-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels