I am using Intellij 11 on Mac for my android development.
I can get my android application to compile. But when I click 'Debug {my project name}', Intellij launch an emulator. But I want to run my app on phone.
Here is the output from the log:
Waiting for device.
/Users/michael/Programs/android-sdk-macosx/tools/emulator -avd test -netspeed full -netdelay none
And I have do this on command prompt, it sees my device:
~/Programs/android-sdk-macosx $ ./platform-tools/adb devices
List of devices attached
55b95c2b device