Some help for Android packing

A place to discuss things that aren't specific to any one creator or game.
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
Post Reply
Message
Author
yayang
Newbie
Posts: 1
Joined: Mon Jul 29, 2019 9:57 am
Contact:

Some help for Android packing

#1 Post by yayang »

Whether it's a Java heap overflow or not having enough initial heap space,
First, you need to test the JDK version. Some JDK versions have JVM space limitations,
You can't apply even if you have enough physical space,
Trying to replace the latest JDK might solve the android packaging problem

Run -msconfig - service - where you can pause something to get some physical space

CMD - command:
Java - Xmx20g - version
Used to test the maximum amount of JVM heap space that the JDK can apply for (not based on your native, just to see if the JDK supports applying for large Spaces)

My gradle.properties (in C:\Users\Administrator\. Gradle) :
Org. Gradle. Daemon = true
Org. Gradle. The parallel = true
Org. Gradle. Configureondemand = true
Org. Gradle. Jvmargs = - Xms2g - Xmx30g - XX: + HeapDumpOnOutOfMemoryError - Dfile. Encoding = utf-8

The above Renpy has been packaged successfully

Post Reply

Who is online

Users browsing this forum: No registered users