Skip to content Skip to sidebar Skip to footer

When I Debug My Application I Get Frequently Launch Error: Failed To Connect To Remote Vm

Possible Duplicate: Eclipse Error: “Failed to connect to remote VM” When I debug my application I get frequently Launch error: Failed to connect to remote VM even If I try a

Solution 1:

I think this is a bug in the eclipse plugin, just make a modification to the code and it will work.

Solution 2:

I solved this problem by resetting ADB in eclipse. Try the following:

  1. Disconnect the device from USB.
  2. Select the DDMS Perspective in Eclipse.
  3. On the Devices tab of the perspective, select the menu then reset ADB.
  4. Reconnect the device.

Post a Comment for "When I Debug My Application I Get Frequently Launch Error: Failed To Connect To Remote Vm"