java.io.FileNotFoundException: No such file or directory
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by jcelaviie
, 1 year agovia GitHub by hjw541988478
, 1 year agovia Stack Overflow by oblivion
, 2 years agovia Stack Overflow by Somebody
, 3 months agovia GitHub by Haoxiqiang
, 7 months agovia apache.org by Unknown author, 2 years ago
java.io.FileNotFoundException: No such file or directory
at android.os.Parcel.openFileDescriptor(Parcel.java)
at android.os.ParcelFileDescriptor.open(ParcelFileDescriptor.java:124)
at android.content.ContentProvider.openAssetFile(ContentProvider.java:829)
at android.content.ContentProvider$Transport.openTypedAssetFile(ContentProvider.java:268)
at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:741)
at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:638)
at com.bumptech.glide.load.data.FileDescriptorLocalUriFetcher.loadResource(FileDescriptorLocalUriFetcher.java:21)
at com.bumptech.glide.load.data.FileDescriptorLocalUriFetcher.loadResource(FileDescriptorLocalUriFetcher.java:13)
at com.bumptech.glide.load.data.LocalUriFetcher.loadData(LocalUriFetcher.java:40)
at com.bumptech.glide.load.model.MultiModelLoader$MultiFetcher.loadData(MultiModelLoader.java:93)
at com.bumptech.glide.load.engine.SourceGenerator.startNext(SourceGenerator.java:61)
at com.bumptech.glide.load.engine.DecodeJob.runGenerators(DecodeJob.java:274)
at com.bumptech.glide.load.engine.DecodeJob.onDataFetcherFailed(DecodeJob.java:363)
at com.bumptech.glide.load.engine.SourceGenerator.onLoadFailed(SourceGenerator.java:118)
at com.bumptech.glide.load.model.MultiModelLoader$MultiFetcher.startNextOrFail(MultiModelLoader.java:142)
at com.bumptech.glide.load.model.MultiModelLoader$MultiFetcher.onLoadFailed(MultiModelLoader.java:134)
at com.bumptech.glide.load.data.LocalUriFetcher.loadData(LocalUriFetcher.java:45)
at com.bumptech.glide.load.model.MultiModelLoader$MultiFetcher.loadData(MultiModelLoader.java:93)
at com.bumptech.glide.load.engine.SourceGenerator.startNext(SourceGenerator.java:61)
at com.bumptech.glide.load.engine.DecodeJob.runGenerators(DecodeJob.java:274)
at com.bumptech.glide.load.engine.DecodeJob.runWrapped(DecodeJob.java:244)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:838)
at com.bumptech.glide.load.engine.executor.GlideExecutor$DefaultThreadFactory$1.run(GlideExecutor.java:346)