Tool Ren'Py Alternative/ Second save location for RenPy 7.8.4 / 8.3.4 SDK in Android Ports

Wills747

Engaged Member
Dec 14, 2018
2,562
5,449
Guess I should start looking at 7.8.6/8.3.6 soon but given the hours between the .5 and .6 releases I might leave it a while.
 
  • Heart
Reactions: estrada777

Wills747

Engaged Member
Dec 14, 2018
2,562
5,449
Guess I should start looking at 7.8.6/8.3.6 soon but given the hours between the .5 and .6 releases I might leave it a while.
Yep. :ROFLMAO:
renpytom :
I'd like to get close to 8.4.7 releasing this weekend, so if we could get it in the next couple of days, that would be great. This feels like the sort of thing that can go into a fix release.
 
  • Haha
Reactions: estrada777

Wills747

Engaged Member
Dec 14, 2018
2,562
5,449
You're better off using Android/Clean and Preferences/Actions/Clean temporary files.
I even backported this to 7.5.0.242n
"rapt/bin" is necessary.
 

Arthas Menethil

Well-Known Member
Apr 7, 2019
1,196
814
Wills747

When I try to create an Android APK, I get this message.
What am I doing wrong ?
I use w11

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "launcher/game/android.rpy", line 554, in script
    $ android_build(bundle=persistent.android_bundle, opendir=True)
  File "launcher/game/android.rpy", line 554, in <module>
    $ android_build(bundle=persistent.android_bundle, opendir=True)
  File "launcher/game/android.rpy", line 296, in android_build
    rapt.build.build(
  File "game/mobilebuild.rpy", line 198, in call
FileNotFoundError: [WinError 2] The system cannot find the specified file

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "launcher/game/front_page.rpyc", line 246, in script call
  File "launcher/game/android.rpy", line 554, in script
    $ android_build(bundle=persistent.android_bundle, opendir=True)
  File "C:\renpy-8.3.7-sdk\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\renpy-8.3.7-sdk\renpy\python.py", line 1187, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "launcher/game/android.rpy", line 554, in <module>
    $ android_build(bundle=persistent.android_bundle, opendir=True)
  File "launcher/game/android.rpy", line 296, in android_build
    rapt.build.build(
  File "C:\renpy-8.3.7-sdk\rapt\buildlib\rapt\build.py", line 751, in build
    iface.call([ plat.gradlew, "-p", plat.path("project"), command ], cancel=True)
  File "game/mobilebuild.rpy", line 198, in call
  File "lib/python3.9/subprocess.py", line 951, in __init__
  File "lib/python3.9/subprocess.py", line 1420, in _execute_child
FileNotFoundError: [WinError 2] The system cannot find the specified file

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Ren'Py Launcher 8.3.7.25031702
Sun Apr  6 11:17:08 2025
 
Last edited: