Search code examples
androiddevice-emulation

HOw run the android application on physical device


i made the connection between emulatore and physical device via USB.I had follow the link linkbut also it is not working properly it is running on the virtual device only.

when i am reseting adb then it is showing following error

[2012-04-04 10:06:40 - DeviceMonitor] Adb connection Error:An existing connection was forcibly closed by the remote host
[2012-04-04 10:06:41 - DeviceMonitor] Connection attempts: 1
[2012-04-04 11:00:41 - DeviceMonitor] Adb connection Error:An existing connection was forcibly closed by the remote host
[2012-04-04 11:00:42 - DeviceMonitor] Connection attempts: 1
[2012-04-04 11:32:53 - DeviceMonitor] Adb connection Error:An existing connection was forcibly closed by the remote host

Solution

  • Are you working with Eclipse? You have to connect your mobile device (with usb debugging mode on) with eclipse. How to do that, you can read here: Running APK on Device

    edit: oh, it's the same link like yours, so what's the problem..?