So I just updated my game, the PC and Mac version are fine but I can't create the Android version.
This is the error traceback
I think this problem occurs because I use wav format in the narrator voice audio, then I changed it back to mp3 format but it still gives me the error. I have deleted the code where I call for "bgm Then they quickly made their way out of the mansion and into the night, leaving behind only the sound of their hurried footstep, and the weight of their decision.mp3" in my script file but the error is still occurring. I have deleted my persistent file and force recompile but the problem still exists. I think I may need to delete something in my renpy-8.0.2-sdk folder but I don't know what it is
This is the error traceback
Code:
While running game code:
File "game/android.rpy", line 528, in <module>
File "game/android.rpy", line 233, in android_build
File "game/distribute.rpy", line 657, in __init__
File "game/distribute.rpy", line 1442, in make_package
File "game/distribute.rpy", line 400, in hash
File "game/distribute.rpy", line 213, in hash
File "game/distribute.rpy", line 142, in hash_file
FileNotFoundError: [Errno 2] No such file or directory: 'E:\\RenpyProject\\Fate and Life The Mystery of Vaulinhorngalleryandroidfixbug\\game\\narratorvoice\\bgm Then they quickly made their way out of the mansion and into the night, leaving behind only the sound of their hurried footstep, and the weight of their decision.mp3'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "launcher/game/android.rpyc", line 528, in script
File "E:\renpy-8.0.2-sdk\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\renpy-8.0.2-sdk\renpy\python.py", line 1052, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/android.rpy", line 528, in <module>
File "game/android.rpy", line 233, in android_build
File "game/distribute.rpy", line 657, in __init__
File "game/distribute.rpy", line 1442, in make_package
File "game/distribute.rpy", line 400, in hash
File "game/distribute.rpy", line 213, in hash
File "game/distribute.rpy", line 142, in hash_file
FileNotFoundError: [Errno 2] No such file or directory: 'E:\\RenpyProject\\Fate and Life The Mystery of Vaulinhorngalleryandroidfixbug\\game\\narratorvoice\\bgm Then they quickly made their way out of the mansion and into the night, leaving behind only the sound of their hurried footstep, and the weight of their decision.mp3'
Windows-10
Ren'Py 8.0.2.22081402
Ren'Py Launcher 8.0.2.22081402
```