Android Gradle "Too many entries" zip64 #3584
Unanswered
dmitrybndar
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I am building an offline app where I need a lot of assets (about 90k files and ~2GB) in public folder (I'm using create-react-app)
And I have an issue while building an android app that says
"Execution failed for task ':app:packageDebug'.
I think it's because by default zip32 uses for archive files and zip32 supports only 65k files or 2GB (while zip64 supports much more files and 4GiB).
I found in the docs that gradle has an option "zip64" (default: false). I guess I need set it to true, but I don't understand how and where.
Will be very appreciate if someone will helps me with it. Thanks
Beta Was this translation helpful? Give feedback.
All reactions