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

Aus Android Wiki

Run the app from a command line[Quelltext bearbeiten]

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).