Sconstruct not found

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Themaker482
:warning: Old Version Published before Godot 3 was released.

Hi I was trying to make templates for android but always appears this message
when i run scons:

scons: *** No SConstruct file found.
File “C:\Python27\Scripts..\Lib\site-packages\scons-2.5.0\SCons\Script\Main.py”
, line 912, in _main

i already have the sconstruct because I downloaded from the scons website, how I setup this? I downloaded a zip with a lot of folders and scons included

I hope you can help me please

Are you sure you’re running the command in the godot root directory?

Hinsbart | 2017-02-14 19:54

yes I tried to launch scons only but i thought godot was needed and iam trying to export for android so I do this:
I renamed the exe file and i put it in C:\
so after that i run this command

C:\godot> scons platform=android target=release.
when i hit enter, the godot window appears and close immediately.

Themaker482 | 2017-02-14 21:32

also I saw the source code of godot engine and i couls see it has a Sconstruct, I have to do this with the source code?, this is confusing, it should be easy, y saw a lot of people that has another result , something like this:

h:\dev\godot\src\godot-2.0.3-stable>scons platform=android
scons: Reading SConscript files …
Godot Android!!! (armv7) (with neon)
scons: done reading SConscript files.
scons: Building targets …

maybe iam wrong in the directory, ho do I have to set this up?

Themaker482 | 2017-02-14 22:03