32

I have installed Android Studio v0.1 on Mac. My project imported and built successfully. AVD shows up whenever I run or debug the project, even though my device is connected and shown in integrated DDMS. I have double checked with adb devices from command-line and it shows my connected device. Please help~

rekire
  • 47,260
  • 30
  • 167
  • 264
neo
  • 1,248
  • 1
  • 13
  • 26

2 Answers2

48

// the very First time it will always selected only emulator options

you need to change it in Create Run Configuration... in that General Tab select Target Device

  • Show chooser dialog
  • USB Devices
  • Emulator
Padma Kumar
  • 19,893
  • 17
  • 73
  • 130
7

Visual aid to @Padma Kumar's answer.

Select The Configurations

Change Android Application Configuration Settings

"Android Studio is not starting from Device", "Force to start Android Studio from Device"

user1767754
  • 23,311
  • 18
  • 141
  • 164