How to load my app from Eclipse to my Android phone instead of AVD

user616076 picture user616076 · Feb 14, 2011 · Viewed 224.2k times · Source

I'm quite new to Android and have been using an AVD to debug my app so far. However, I want to start checking the media options and therfore need to start using my Android phone. How do I get Eclipse to load my app to my phone instead of my AVD?

Answer

Dalmas picture Dalmas · Feb 14, 2011

First you need to enable USB debugging on your phone, then connect it to your computer via USB. Then eclipse should automatically start debugging on your phone instead of the AVD.