rapt
rapt copied to clipboard
RAPT: Ren'Py Android Packaging Tool
Python 3
I'm looking through the code but I'm unable to see where the source code builds Python-2.7.2.tgz, I think we can embed at least one of the latest Python 3 distributions...
Fixes the issue "not compiling .rpy files".
it comes up with this error when i run the command "python android.py installsdk". Traceback (most recent call last): File "D:\user\downloads\renpy-rapt\rapt\android.py", line 9, in import pygame_sdl2 ModuleNotFoundError: No module named...
FFmpeg build on Android x86 is broken because of text relocation problem. The error lies somewhere in the ASM code, so '--disable-asm' fixes the issue. It's not the best solution...
Well, the title is self explaining. I thought about installing including the source code, and maybe using an emulator. The fact is: my app works on my laptop, but fails...
If there's a folder in the project with name that ends with `.rpy`, it doesn't get packaged into the apk. For example, I had a folder named `talk_scripts.rpy` with a...
Long story short. Rapt currently makes 32 bit apks. I have the latest version of renpy and we need to just build it all as Android App Bundles (AABs) from...
Since the changes to icons in 7.1, a GLX/opengl compatible "display" is required during the build process, making it very awkward to build for android on a headless server. I've...
Have tried to get this running on Windows, Ubuntu and Mac OS X to no avail. Continuously getting to the point of building with gradle and failing on an error...