MultipleImageSelect
MultipleImageSelect copied to clipboard
Android library that provides for multiple image selection.
In the latest version its not working at all its throws a ##android:exported needs to be explicitly specified for element . Apps targeting Android 12 and higher are required to...
java.lang.IllegalArgumentException: the bind value at index 1 is null at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:172) at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:142) at android.content.ContentProviderProxy.query(ContentProviderNative.java:472) at android.content.ContentResolver.query(ContentResolver.java:1201) at android.content.ContentResolver.query(ContentResolver.java:1127) at android.content.ContentResolver.query(ContentResolver.java:1083) at com.darsh.multipleimageselect.activities.ImageSelectActivity$ImageLoaderRunnable.run(ImageSelectActivity.java:439) at java.lang.Thread.run(Thread.java:923)
so this library is dead? Please remove it from github then. Your app badly needs library upgrades: +--- com.github.darsh2:MultipleImageSelect:v0.0.4 | +--- com.github.bumptech.glide:glide:3.6.0 -> 4.11.0 | | +--- com.github.bumptech.glide:gifdecoder:4.11.0 | |...
Hello, I am getting following issue after i change my target version to 30 (older version is 29), com.kolonishare.AlbumSelectActivity$AlbumLoaderRunnable.run (AlbumSelectActivity.java:248) java.lang.Thread.run (Thread.java:923) Issue in following code : Cursor cursor =...
Process: com.globaldream.property, PID: 12742 java.lang.NoSuchMethodError: No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager; or its super classes (declaration of 'com.bumptech.glide.RequestManager' appears in /data/app/com.globaldream.property-zdeA40596EJysgc7gxpvCQ==/split_lib_dependencies_apk.apk) at com.darsh.multipleimageselect.adapters.CustomAlbumSelectAdapter.getView(CustomAlbumSelectAdapter.java:44) at android.widget.AbsListView.obtainView(AbsListView.java:2399) at android.widget.GridView.onMeasure(GridView.java:1070) at android.view.View.measure(View.java:23181)...
I am using Glide in my project, if I use version 3x then it works fine but if I use version 4x then the app gets crashed as soon as...
java.lang.NoSuchMethodError: No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager; or its super classes (declaration of 'com.bumptech.glide.RequestManager' appears in /data/app/xx.xxx.xx-OJFhWIjQX9_LdfytqTJqEQ==/split_lib_dependencies_apk.apk) at com.darsh.multipleimageselect.adapters.CustomAlbumSelectAdapter.getView(CustomAlbumSelectAdapter.java:44) at android.widget.AbsListView.obtainView(AbsListView.java:3189) at android.widget.GridView.onMeasure(GridView.java:1102) at android.view.View.measure(View.java:23296) at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java:715) at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:461)...
This is an error that i am getting again and again, please let me know how can i resolve it Exception java.lang.NullPointerException: Attempt to invoke interface method 'int android.database.Cursor.getCount()' on...
What is the problem with android 10version
When I have set number **numberOfImagesToSelect** to 50, Even though I can not be able to select more than 10 ima  ges.