@Bredemar said:
@TwistedTwigleg said:
You need to enter the flags in the terminal/console. You need to navigate your terminal/console to the folder you downloaded containing the Godot source code, then you can tell scons how to compile Godot for android using the command line. I think you can just copy-paste the scons command in the opening post, as it seems to be a valid scons command, but you'll need to make sure the terminal is in the Godot source code folder first, as otherwise it will not work.
Where is this folder and how do I specify which project to compile?
The folder is wherever you have downloaded the Godot source code from GitHub.
Then you need to compile the Godot source code by taking the commands above in the opening post and pasting them into the console/terminal you have open in the folder with the Godot source code. Then as long as you have installed scons and the other requirements for building Godot, then it should build the export template for Android with the flags you inputted in. Then in the export settings in the Godot editor, there should be a field somewhere, I don't remember where right off, where you can set it to use your custom built export template.