Translations:Android Training/Running Your Application/7/en

From Android Wiki

Run the app from a command line[edit source]

Open a command-line and navigate to the root of your project directory. Use Gradle to build your project in debug mode, invoke the assembleDebug build task using the Gradle wrapper script (gradlew assembleRelease).