im learning android development and at the moment i want to start using the sdk through the command line, at the moment i dont want to use android studio im following the tutorial at 'developers.android.com' on how to create my first application i used the command 'android create project..' and everthing was fine, until i reached the part where i had to run the app using gradle, i downloaded gradle and when i was building my project using 'gradle assembleDebug' and it gave me this error 'task assembleDebug not found in root project', i read about other people asking similar questions here at stackoverflow, but my question is how can i create a gradle friendly structure using the command line and not using android studio thx in advance
jrod