views:

317

answers:

1

This is a newbie Droid question, but how do I deploy an application to the HTC Eris? I have the Eclipse ADT plugin and I am able to run the emulator, but now I want to push it out and try it for real.

Can someone point me to documentation that shows how to do this?

+1  A: 

If you have installed the drivers for your phone, just connect your device to your system and do the following:

Right mouse your project->Run->Run configurations->Target->Deployment Target Selection Mode->Choose Manual->Apply. Now when you run your project, the IDE will ask you to choose a target, choose your phone and voila!

For background and info about how to run on device check this

Samuh