2

I have been developing in Android for approximately two months now. Yesterday, my eclipse starting giving me the error:

The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at 'C:\android-sdks\platform-tools\adb.exe' and can be executed.

So I followed the steps for restarting adb located here.

Eclipse now gives me:

Android Launch!
adb is running normally.

My phones, however, are not being detected. I have a Galaxy S2 running Android 2.3.4 stock, and a S2 rooted running 4.0.3. Neither are being detected. On my home pc, both work fine in eclipse.

I have tried restarting my laptop, and even tried killing adb and eclipse and retrying the steps above. But it still won't detect my phones. My emulators are working fine. It is worth noting that the severe error has occurred seems to come back when I restart my laptop.

Community
  • 1
  • 1
aggregate1166877
  • 2,196
  • 23
  • 38

3 Answers3

2

Install the Device driver provided by samsung in your laptop.

You can install Samsung kies it also installs the device driver

  • I'll try Kies, but i find it extremely unusual that it would work for 2 months then suddenly stop. I have had no system changes whatsoever. – aggregate1166877 Jun 19 '12 at 07:41
  • Try to reboot your device and connect it to your PC –  Jun 19 '12 at 07:47
  • Also, try to install this driver http://innovator.samsungmobile.com/cms/cnts/knowledge.detail.view.do?cntsId=9480&platformId=1 –  Jun 19 '12 at 07:48
  • 1
    Samsung Kies seems to have done the trick. I do wish I knew what caused this though. – aggregate1166877 Jun 19 '12 at 08:21
0

Install driver for your device if you already have driver means try to update your driver manually.

machu
  • 111
  • 2
  • 11
0

Are you using the samsung usb cable? try to use a non-Samsung one, I had a very similar issue and it worked for me.

omoling
  • 151
  • 7