coomar2841 / android-multipicker-library

Android Multipicker Library
Apache License 2.0
438 stars 107 forks source link

getting FileNotFoundException #141

Open vishrut2207 opened 6 years ago

vishrut2207 commented 6 years ago

I have download image from google. then after trying to open using android-multipicker-library and select that image but getting below Error. Help me to solve this issue.

System.err: java.io.FileNotFoundException: Source '/data/user/0/com.android.providers.downloads/cache/61162-Aitutaki.jpg' does not exist at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:121) 06-26 16:07:14.126 9794-10732/com.bg.flyermaker W/System.err: at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:109) at com.kbeanie.multipicker.core.threads.FileProcessorThread.copyFileToFolder(FileProcessorThread.java:154) at com.kbeanie.multipicker.core.threads.FileProcessorThread.postProcess(FileProcessorThread.java:132) at com.kbeanie.multipicker.core.threads.FileProcessorThread.processFiles(FileProcessorThread.java:108) at com.kbeanie.multipicker.core.threads.FileProcessorThread.run(FileProcessorThread.java:80) at com.kbeanie.multipicker.core.threads.ImageProcessorThread.run(ImageProcessorThread.java:42) com.kbeanie.multipicker.api.exceptions.PickerException: java.io.FileNotFoundException: Source '/data/user/0/com.android.providers.downloads/cache/61162-Aitutaki.jpg' does not exist at com.kbeanie.multipicker.core.threads.FileProcessorThread.copyFileToFolder(FileProcessorThread.java:158) at com.kbeanie.multipicker.core.threads.FileProcessorThread.postProcess(FileProcessorThread.java:132) at com.kbeanie.multipicker.core.threads.FileProcessorThread.processFiles(FileProcessorThread.java:108) at com.kbeanie.multipicker.core.threads.FileProcessorThread.run(FileProcessorThread.java:80) at com.kbeanie.multipicker.core.threads.ImageProcessorThread.run(ImageProcessorThread.java:42) Caused by: java.io.FileNotFoundException: Source '/data/user/0/com.android.providers.downloads/cache/61162-Aitutaki.jpg' does not exist at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:121) at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:109) at com.kbeanie.multipicker.core.threads.FileProcessorThread.copyFileToFolder(FileProcessorThread.java:154)