views:

236

answers:

1

I'm trying to figure out how to debug applications directly on my phone (HTC Desire).

I've installed the USB driver that came with the phone and the phone is listed when using "adb devices".

How do I configure eclipse/ADT to launch on the phone instead of launching the emulator/virtual device?

+3  A: 

http://developer.android.com/guide/developing/device.html

search for 'If using Eclipse, select run or debug as usual.' on this page

KevinDTimm
lol. i've read that page dozens of times without finding that line. Thought it would be more complex to set it up :)
jgauffin
sometimes these things just refuse to be seen - good luck :)
KevinDTimm