[solved] Exporting to Android: this message keeps showing up?

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
Nanahs
Veteran
Posts: 310
Joined: Wed Aug 22, 2018 5:50 pm
Contact:

[solved] Exporting to Android: this message keeps showing up?

#1 Post by Nanahs »

I made a really simple game just to test and see if I would be able to export it to Android.

Whenever I'm building package this shows up:

Image

I have no idea how to solve it. Android tutorials are really hard to find.

Does anyone know what I should do?

Thanks :)
Last edited by Nanahs on Fri Oct 05, 2018 5:25 pm, edited 2 times in total.

User avatar
PyTom
Ren'Py Creator
Posts: 16088
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Exporting to Android: this message keeps showing up?

#2 Post by PyTom »

UTF-8 is the right answer.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3785
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: Exporting to Android: this message keeps showing up?

#3 Post by Imperf3kt »

Android.txt is an error log. You get that message because the error log has been written using the wrong encoding, but it is not your issue.

Could you post the contents of android.txt
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

User avatar
Nanahs
Veteran
Posts: 310
Joined: Wed Aug 22, 2018 5:50 pm
Contact:

Re: Exporting to Android: this message keeps showing up?

#4 Post by Nanahs »

I selected utf_8 but it didn't work :(
I tried clicking many options, until one of them gave me this:

Image

I chose windows. This is the Android text:
https://drive.google.com/file/d/16dBJZW ... pxNh9/view

User avatar
Nanahs
Veteran
Posts: 310
Joined: Wed Aug 22, 2018 5:50 pm
Contact:

Re: Exporting to Android: this message keeps showing up?

#5 Post by Nanahs »

Actually now this the error it's giving me:

---------------
Ren'Py 7.1.1.920
Updating project.
Creating assets directory.
Packaging internal data.
I'm using Gradle to build the package.
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org/4.4/userguide/g ... aemon.html
Please read the following process output to find out more:
Error occurred during initialization of VM
Could not reserve enough space for 1572864KB object heap
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
The build seems to have failed.

User avatar
PyTom
Ren'Py Creator
Posts: 16088
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Exporting to Android: this message keeps showing up?

#6 Post by PyTom »

Hm... Can I suggest updating to a 64-bit version of Java 8?

The only other reason you'd get that is if you're running on a computer with too little free RAM to build an Android app successfully, in which case you might want to consider closing programs.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
Nanahs
Veteran
Posts: 310
Joined: Wed Aug 22, 2018 5:50 pm
Contact:

Re: Exporting to Android: this message keeps showing up?

#7 Post by Nanahs »

PyTom wrote: Thu Oct 04, 2018 9:56 pm Hm... Can I suggest updating to a 64-bit version of Java 8?

The only other reason you'd get that is if you're running on a computer with too little free RAM to build an Android app successfully, in which case you might want to consider closing programs.
Thank you so much! It worked! :)

Post Reply

Who is online

Users browsing this forum: Google [Bot], Kocker, UltraRik