java.util.zip.ZipException: error in opening zip file ERROR

Hello, everyone,
While bundling for android from the editor, I am getting this :point_up: error. What is it meant to symbolize and how do I solve it??

What platform are you running on? What Defold version? Are you bundling from the editor or via commandline?

WINDOWS

1.2.133

EDITOR

Hmm, can you bundle an empty project or does it fail to bundle all projects? What’s the game’s title? Are there any strange characters in the name? Where do you bundle the apk? Any weird characters in the file path?

I tried building your gbrausers for tests and it bundled out perfectly fine. So, it’s something with my project.

No, unless a hyphen is a special character.

I am building to the downloads folder, with no weird characters.

“-” do cause problems. I had it in the title in my game.project while bundling for HTML5 and it breaks the final bundle as well as the build process escapes it but something else looks for the original character.

Yeah, this comes back from time to time. I’ll see if we can look in to it this sprint.

@TheKing0x9 please try and remove the hyphen.

2 Likes

I could bundle it today. The only change that seemed was replacing the master.zip in the dependencies section by the version number.
Anyways thanks a lot.