Translations:Android Training/Building a Simple User Interface/35/en: Unterschied zwischen den Versionen

Aus Android Wiki
(Neue Version von externer Quelle importiert)
(Neue Version von externer Quelle importiert)
 
Zeile 1: Zeile 1:
# In Android Studio, from the toolbar, click '''Run'''.
# In Android Studio, from the toolbar, click '''Run'''.
# Or from a command line, change directories to the root of your Android project and execute:
# Or from a command line, change directories to the root of your Android project and execute:
#: <code>ant debug</code>
#: <code>adb install bin/MyFirstApp-debug.apk</code>

Aktuelle Version vom 18. Dezember 2015, 18:23 Uhr

Nachricht im Original (Android Training/Building a Simple User Interface)
# In Android Studio, from the toolbar, click '''Run'''.
# Or from a command line, change directories to the root of your Android project and execute:
  1. In Android Studio, from the toolbar, click Run.
  2. Or from a command line, change directories to the root of your Android project and execute: