Build error html, zip exception

I’m trying to do an html build, but I’m getting this error…

com.dynamo.bob.LibraryException: The file obtained from http://url.to/library is not a valid zip file
java.util.zip.ZipException: error in opening zip file

Any ideas how to resolve this please?

2 Likes

Open game.project and remove the url from the list of dependencies.

2 Likes
2 Likes

I thought that would stop my input from working (that’s what the dependency was for), but it still works. Thanks :slight_smile:

1 Like

To be clear, http://url.to/library is just a placeholder example we show when you add a dependency. Unfortunately this gets added as a real (broken) dependency unless you change it, guess that’s what happened in your case. Just remove that entry, leave any other dependencies as they were :slight_smile:

3 Likes