Zum Inhalt springen

Android Training/Running Your Application: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Zeile 62: Zeile 62:
# Build the project from the command line. The output APK for the app module is located in<code>app/build/outputs/apk/</code>.
# Build the project from the command line. The output APK for the app module is located in<code>app/build/outputs/apk/</code>.
# Make sure the Android SDK <code>platform-tools/</code> directory is included in your <code>PATH</code> environment variable.
# Make sure the Android SDK <code>platform-tools/</code> directory is included in your <code>PATH</code> environment variable.
# Execute this command: adb install app/build/outputs/MyFirstApp-debug.apk
# Execute this command:
#: <code>adb install app/build/outputs/MyFirstApp-debug.apk</code>
# On the emulator, locate ''MyFirstApp'' and open it.
# On the emulator, locate ''MyFirstApp'' and open it.
That's how you build and run your Android app on the emulator! To start developing, continue to the [[Spezial:MyLanguage/Android Training/Building a Simple User Interface|next lesson]].
That's how you build and run your Android app on the emulator! To start developing, continue to the [[Spezial:MyLanguage/Android Training/Building a Simple User Interface|next lesson]].
11.008

Bearbeitungen

Cookies helfen uns bei der Bereitstellung von Android Wiki. Durch die Nutzung von Android Wiki erklärst du dich damit einverstanden, dass wir Cookies speichern.