mobile phone to be able to connect with the computer, of course, to drive. The effect is that you plug in the phone and the computer shows that the driver is recognized. Official tutorial for driver installation:http://developer.android.com/sdk/win-usb.html
Set up Android phone for USB debug mode
Step: Develop with application, menu-> settings, select "USB Debug"
First Open the integrated development environment
Connect the phone, start the USB debug mode click OK
Select phone mode
And then you'll find your device.
Double click to run your software on your phone
When it doesn't work, the Android app developed with Eclipse is run, then run the simulator. After installing the USB drive of the mobile phone, or point run, the program will magically run on the real machine, the effect is the same as in the simulator, very simple, and faster than with the simulator block a lot.
If there is no effect or is running on the emulator, in Eclipse:
Right-click->run as->run configurations->target
Check out that virtual machine option and run it, and if the previous driver is installed correctly, eclipse will let you choose to run it with that device (with the real machine and your virtual machine optional), then choose the real machine.
How to run a project on your phone on eclipse