nguyenhoanglam / ImagePicker

A customizable library for selecting images on the device.
Apache License 2.0
599 stars 157 forks source link

Glide 4.4.0 not working #82

Closed kamleshnarola closed 4 years ago

nguyenhoanglam commented 6 years ago

Please tell me more about your error!

kantawalahusain commented 6 years ago

java.lang.NoSuchMethodError: No virtual method into(Landroid/widget/ImageView;)Lcom/bumptech/glide/request/target/Target; in class Lcom/bumptech/glide/RequestBuilder; or its super classes (declaration of 'com.bumptech.glide.RequestBuilder' appears in /data/app/com.anywayapp-1/split_lib_dependencies_apk.apk) at com.nguyenhoanglam.imagepicker.ui.imagepicker.ImageLoader.loadImage(ImageLoader.java:32) at com.nguyenhoanglam.imagepicker.adapter.FolderPickerAdapter.onBindViewHolder(FolderPickerAdapter.java:43) at com.nguyenhoanglam.imagepicker.adapter.FolderPickerAdapter.onBindViewHolder(FolderPickerAdapter.java:22) at android.support.v7.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:6508) at android.support.v7.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:6541) at android.support.v7.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:5484) at android.support.v7.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:5750) at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:5589) at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:5585)

amitks2015 commented 6 years ago

@kamleshnarola @nguyenhoanglam Is this issue fixed? I also get the same error with glide version 4.6.1 and ImagePicker version 1.2.1.

mindshifter commented 6 years ago

same issue here 👍

musacibik commented 6 years ago

Same here

banyanandroid commented 6 years ago

same issue here too, what is fix

pdapnz commented 6 years ago

Same problem PR https://github.com/nguyenhoanglam/ImagePicker/pull/91 should fix this problem.

nguyenhoanglam commented 6 years ago

@kamleshnarola @kantawalahusain @mindshifter @musacibik Please check version 1.3.0 and let me know if the issue is solved!