Translations:Android Training/Building a Simple User Interface/35/en

Aus Android Wiki
  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:
    ant debug
    adb install bin/MyFirstApp-debug.apk