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 again it doesn't help, I need to restart Eclipse.

Edit
Not sure yet fully if the symptoms have to do with the fact that I get this error only when I launch Debug without a code modification. Whenever I do a modification to the source code and hit Debug it goes through, but if I don't it doesn't.

link|improve this question

Is this a real device connected via USB or an AVD? If a real device, are you also using the USB to transfer files? – RickNotFred May 11 '10 at 21:49
As in my tags, this is a real device. The USB is used for my Eclipse connection, I don't know what you mean if I use to transfer files. I can't see sdcard while connected to Eclipse. – Pentium10 May 11 '10 at 21:57
Sorry for the incorrect answer (on the emulator side): deleted – VonC May 11 '10 at 22:29
Fails frequently for me on the emulator. The emulator side has "Waiting for Debugger"... waiting for debugger to attach. Oddly, there are dozens of Internet chat board posts about this. – Charles Merriam May 29 '10 at 0:30
And have you found a solution? – Pentium10 May 29 '10 at 4:51
show 1 more comment
feedback

closed as exact duplicate by Bill the Lizard Mar 5 at 11:38

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 1 down vote accepted

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

link|improve this answer
I think resetting the adb is the better solution. – Lord Flash Nov 30 '11 at 15:25
feedback

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.
link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.