Compressor icon indicating copy to clipboard operation
Compressor copied to clipboard

In Nougat app gives the file not Found Exception while capturing images or getting files from gallery

Open sivakumarbics opened this issue 5 years ago • 1 comments

Hi, I have encountered the issue regarding in Android Nougat App gives the File not found Exception While Capturing the Images or Getting Files from the Gallery What to do

sivakumarbics avatar Mar 06 '19 07:03 sivakumarbics

The support for file system is changed from Nougat. Add

android:requestLegacyExternalStorage="true

In application tag and try once.

nareshkatta99 avatar Sep 10 '20 16:09 nareshkatta99