Android Training/Running Your Application/de: Unterschied zwischen den Versionen

Die Seite wurde neu angelegt: „Nachdem du das Projekt gebaut hast befindet sich die Ausgabe-APK für dein App-Modul im Ordner <code>app/build/outputs/apk/</code>“
(Die Seite wurde neu angelegt: „Für Mac OS und Linux Systeme, führe diese Befehle aus:“)
(Die Seite wurde neu angelegt: „Nachdem du das Projekt gebaut hast befindet sich die Ausgabe-APK für dein App-Modul im Ordner <code>app/build/outputs/apk/</code>“)
Zeile 29: Zeile 29:
  $ chmod +x gradlew
  $ chmod +x gradlew
  $ ./gradlew assembleDebug
  $ ./gradlew assembleDebug
After you build the project, the output APK for the app module is located in <code>app/build/outputs/apk/</code>
Nachdem du das Projekt gebaut hast befindet sich die Ausgabe-APK für dein App-Modul im Ordner <code>app/build/outputs/apk/</code>


'''Note:''' The first command (<code>chmod</code>) adds the execution permission to the Gradle wrapper script and is only necessary the first time you build this project from the command line.
'''Note:''' The first command (<code>chmod</code>) adds the execution permission to the Gradle wrapper script and is only necessary the first time you build this project from the command line.
11.008

Bearbeitungen