ImagePicker icon indicating copy to clipboard operation
ImagePicker copied to clipboard

Crash when selecting camera

Open Semedaki opened this issue 1 year ago • 4 comments

Hello, I have this problem, happening only in OnePlus8Pro devices, with android 11. The version of ImagePicker I use is 2.1. When the user selects the camera option, the following crash happens:

Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.project.name/com.github.dhaval2404.imagepicker.ImagePickerActivity}: java.lang.IllegalArgumentException: Failed to find configured root that contains /data/local/tmp/external/IMG_20231101_041618651.jpg at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3433) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3607) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2068) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:223) at android.app.ActivityThread.main(ActivityThread.java:7680) at java.lang.reflect.Method.invokeNative(Method.java) at java.lang.reflect.Method.invoke(Method.java:423) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)

Semedaki avatar Nov 02 '23 11:11 Semedaki

I have the same issue

arvindkkore avatar Nov 24 '23 08:11 arvindkkore

Same issue here: Unable to start activity ComponentInfo{appyness.mhsc/com.github.dhaval2404.imagepicker.ImagePickerActivity}: java.lang.IllegalArgumentException: Failed to find configured root that contains /data/local/tmp/external/IMG_20240116_083529892.jpg

lolucosmin avatar Jan 29 '24 12:01 lolucosmin

same issue

mushtaq99 avatar Mar 11 '24 10:03 mushtaq99

same issue came in my OnePlus8Pro device android 11.

ZoobiApps avatar Mar 26 '24 06:03 ZoobiApps