stevecallahan wrote:I'm new to Eclipse and have so far been using an AVD to run my app. I know want to test some of the media options and so need to use my phone. How do I configure Eclipse to load my app on to my Android phone?
Hi, Before you can run your application on a device, you must perform some basic setup for your device:
* Declare your application as debuggable in your manifest
* Enable USB Debugging on your device
* Ensure that your development computer can detect your device when connected via USB
Once set up and your device is connected via USB, install your application on the device by selecting Run > Run (or Run > Debug) from the Eclipse menu bar...
For more option about the settings you can check this
http://developer.android.com/guide/developing/device.html#setting-up,