Author Topic: Android Build  (Read 682 times)

0 Members and 1 Guest are viewing this topic.

Offline ShivanSpS

  • 210
In last few days ive been working on getting a android build working on my phone.

Ive been documenting the effort here:
https://github.com/scp-fs2open/fs2open.github.com/pull/6992

The whole thing involves adding a compatibility layer to run on OpenGL ES 3.2 and using external shaders, because the ones included cant work with GLES.

Today for the first time, i was able to get a build working on my phone.


This was on a Phone with a Mali G57 MC1 GPU (Valhall V1).
It needs a few extensions and GLES 3.2. cant work on anything lower.

https://github.com/Shivansps/Fso_Android_Wrapper/releases/tag/V1

UPDATE: audio fixed by compiling OpenAL with the oboe backend, and the ship textures are fixed by disabling deferred lighting in settings, apk link updated
« Last Edit: September 06, 2025, 06:09:13 am by ShivanSpS »