coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 192 forks source link

Not working with Android 6.0 #141

Closed ravimittal99 closed 8 years ago

ravimittal99 commented 8 years ago

It works great upto Lollipop.

I requested permissions both for camera and external storage. Both are granted. And when trying to pick photo from camera, imageChooserManager.choose() throws an exception:

com.kbeanie.imagechooser.exceptions.ChooserException: Error creating directory: /sdcard/bichooser

coomar2841 commented 8 years ago

Do you have WRITE_STORAGE permission in the manifest?

umair088 commented 8 years ago

Getting same issue in 6.0 else are fine.

fastwow commented 8 years ago

Have the same issue too