Page 1 of 1

Ren'Py Android Building - The build seems to have failed.

Posted: Mon Sep 20, 2021 1:59 am
by Alex_FlamFan
Hi! I'm trying to upload my game to android, but I keep getting this error every time.

Here's the output it gave me-

Ren'Py 7.4.8.1895

Updating project.

Creating assets directory.

Packaging internal data.

I'm using Gradle to build the package.
Unzipping C:\Users\madis\.gradle\wrapper\dists\gradle-6.1.1-all\cfmwm155h49vnt3hynmlrsdst\gradle-6.1.1-all.zip to C:\Users\madis\.gradle\wrapper\dists\gradle-6.1.1-all\cfmwm155h49vnt3hynmlrsdst
Exception in thread "main" java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:226)
at java.util.zip.ZipFile.<init>(ZipFile.java:155)
at java.util.zip.ZipFile.<init>(ZipFile.java:169)
at org.gradle.wrapper.Install.unzip(Install.java:215)
at org.gradle.wrapper.Install.access$600(Install.java:27)
at org.gradle.wrapper.Install$1.call(Install.java:75)
at org.gradle.wrapper.Install$1.call(Install.java:48)
at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:69)
at org.gradle.wrapper.Install.createDist(Install.java:48)
at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:107)
at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61)




The build seems to have failed.

Re: Ren'Py Android Building - The build seems to have failed.

Posted: Mon Sep 20, 2021 10:24 pm
by PyTom
Chances are that something is blocking your Internet access and causing this problem.