Compiling for Android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By scribbleboy

Hello, i want to decrease my apk size. I tried exporting different apks for different architectures. But the game is still very big. So i read about compiling the engine. I am having trouble understanding documentation. Like, i don’t know how to run scons and all that. I am new to all this. Please help.

Unless you’ve built software before, I would suggest learning how to install the necessary building tools on your computer, as well as how a building program like scons works. May I suggest also looking into learning about how command line arguments are fed into scons. And I’m sure you’ve already read the documentation on optimizing a build for size.

Ertain | 2020-09-06 17:38

Could you guide me on how to do this?Please. I installed Scons and MinGW64.

scribbleboy | 2020-09-07 08:27