You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I call imagePicker.choosePicture(true); I have this error:
java.lang.IllegalArgumentException: Failed to find configured root that contains /data/data/*********/files/images/outputImage1529499833245.jpg
at android.support.v4.content.FileProvider$SimplePathStrategy.getUriForFile(FileProvider.java:738)
at android.support.v4.content.FileProvider.getUriForFile(FileProvider.java:417)
at com.myhexaville.smartimagepicker.ImagePicker.getCameraIntent(ImagePicker.java:259)
at com.myhexaville.smartimagepicker.ImagePicker.startImagePickerActivity(ImagePicker.java:288)
at com.myhexaville.smartimagepicker.ImagePicker.choosePicture(ImagePicker.java:85)
The text was updated successfully, but these errors were encountered:
@SalvatoreAD
I had the same issue and adding this line to my file_paths.xml fixes the crash: <files-path name="img" path="images/" />
This is from my AndroidManifest.xml:
when I call imagePicker.choosePicture(true); I have this error:
The text was updated successfully, but these errors were encountered: