java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed #5696
soruppuAswin
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
|
You are trying to mmap a file from assets/. This only works if the file is explicitly marked as uncompressed. This can be done from your Gradle file. For instance to disable compression of gltf files: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to integrate filament into our application. I have done all the required changes, But, I am currently kind of stuck due to the following error. Can anyone think of what I could be missing?
Beta Was this translation helpful? Give feedback.
All reactions