RSDKModding / Sonic-Mania-Decompilation

A complete decompilation of Sonic Mania (2017)
Other
632 stars 116 forks source link

How to compile android port on termux? #197

Closed cornflakes6374 closed 1 year ago

cornflakes6374 commented 1 year ago

I have the official game files with the plus dlc and i want to compile the android port on termux since my linux laptop is broken. Is there a way to compile the android version on termux? if yes, can you tell me how?

Sonic-Geared commented 1 year ago

sadly you can't build the android version in termux, tho you can build the Linux version of it

ThisKwasior commented 1 year ago

Managed to compile the linux version in Termux + AnLinux (Debian). Android port is sadly not possible. Compilation is the same as on desktop, but you need to make sure you run the game in fullscreen when using VNC, otherwise the game crashes because it can't create a video context.

Here's a video of it running on my phone.

cornflakes6374 commented 1 year ago

Ah okay. Thanks for asking me.