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:
- Disconnect the device from USB.
- Select the DDMS Perspective in Eclipse.
- On the Devices tab of the perspective, select the menu then reset ADB.
- Reconnect the device.
Post a Comment for "When I Debug My Application I Get Frequently Launch Error: Failed To Connect To Remote Vm"