Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix unzipAssets: Error: Asset file ... could not be opened #306

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zulfio
Copy link

@zulfio zulfio commented Jun 24, 2024

This is just temporary solution for fixes #173 .

this openFd function is throwing an error:
This file can not be opened as a file descriptor; it is probably compressed

We need to find another solution to get the file size.

@plrthink
Copy link
Collaborator

plrthink commented Aug 9, 2024

It looks like we cannot do this operation for android assets file, is this the root cause?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unzipAssets does not work on android platform.
2 participants