MediaPicker icon indicating copy to clipboard operation
MediaPicker copied to clipboard

Media Picker is an Android Libary that lets you to select multiple images or video

Results 30 MediaPicker issues
Sort by recently updated
recently updated
newest added

**Error**: Attribute provider#androidx.core.content.FileProvider@authorities value=(app.mandobee.project.fileprovider) from AndroidManifest.xml:27:13-64 is also present at AndroidManifest.xml:24:13-60 value=(app.mandobee.project.provider). Suggestion: add 'tools:replace="android:authorities"' to element at AndroidManifest.xml:25:9-33:20 to override. MandoBee.app main manifest (this file), line 26 **Error**: Attribute...

``` Manifest merger failed : Attribute meta-data#android.support.FILE_PROVIDER_PATHS@resource value=(@xml/image_picker_provider_paths) from [com.github.dhaval2404:imagepicker:1.6] AndroidManifest.xml:31:17-68 is also present at [net.alhazmy13.MediaPicker:libary:2.4.4] AndroidManifest.xml:29:17-55 value=(@xml/provider_paths). Suggestion: add 'tools:replace="android:resource"' to element at AndroidManifest.xml to override. ``` **What should...

I am able to receive the path of images but when i check the file with .exists() it returns false, So not able to display or upload image also.

After canceling the gallery & camera dialog application gets stuck on some phones and does nothing until we press phone back button

When i get image from camera in lolipop or higher it is normal, but my application force close when run in kitkat this is my code `ImagePicker.Builder(this@SuntingProfilActivity) .mode(ImagePicker.Mode.CAMERA_AND_GALLERY) .directory(ImagePicker.Directory.DEFAULT) .extension(ImagePicker.Extension.PNG)...

``` Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.rizek.android.users/net.alhazmy13.gota.GotaActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.util.ArrayList.size()' on a null object reference at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2419) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2479) at android.app.ActivityThread.-wrap11(ActivityThread.java) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1347)...

When i select video from gallery or camera of size more than 100 mb it take aprrox 10 seconds to come onActivityresult.

enhancement
question

I didn't try your library first because you don't have an image selection limit + it need to be multi-selection from the first time and i can freely select one...

I want to set 15 second video record in my app, but i can't resolve this problem. How can i handle this solution please tell me.