zetbaitsu / Compressor

An android image compression library.
7.07k stars 961 forks source link

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

Open sivakumarbics opened 5 years ago

sivakumarbics commented 5 years ago

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

nareshkatta99 commented 4 years ago

The support for file system is changed from Nougat. Add

android:requestLegacyExternalStorage="true

In application tag and try once.