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

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,350
10,587
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
It seems like it can't find a file, try reading through the words and taking a little time to digest the meanings.
 

Arthas Menethil

Well-Known Member
Apr 7, 2019
1,197
814
I solved it but I have another problem.

When I try to compile for the apk to download all the tools with the app "the question" I get failure.

I cannot download the tools in the rapt folder,

the one that weighs 2.5 gb.
 
Last edited: