-
Notifications
You must be signed in to change notification settings - Fork 2
Android build arguments are different since Ren'py 7.4.9 #11
Comments
Ah, good catch. I'll audit the last few versions for other changes and then I'll add a version guard to account for this change in API on Ren'Py's side. |
One extra update: I had to make at least one android build using the interface before the command line would work correctly. |
Can not confirm this at the moment, it's building android distributions fine on my end right now. |
I think the error I was facing was related to the Dropbox trying to sync the android temporary files. |
Yeah, file syncing stuff like that seems to quickly break down with file-heavy operations such as these (where Ren'Py creates thousands upon thousands of often-tiny files). I've seen issues related to that on most of these services, including OneDrive, iCloud, Dropbox and Google Drive, so it would be recommended to move at least the cache locations out of the purview of these programs, so that they have no chance to mess with the internal state. |
The Android build cli no longer uses the "assembleRelease" argument
Found this in renpy github android.py file
If you want to build Android App Bundle format, use the --bundle argument.
If you want to build Universal APK, remove the --bundle argument.
Ren'py 7.4.9 Change log
Still, there are other obstacles to solve, but this is one step ahead.
The text was updated successfully, but these errors were encountered: