Handset is not recognised by eclipse "offline"?
Asked Answered
R

3

1

I have connected my device with the computer, and i was testing my APPs. and everything was working just fine. Unexpectedly, i found my device is not recognised by eclipse and it's offline as in the attached image below.

Any Suggestions, and sorry if my post is not in the appropriate section.

enter image description here

Ridiculous answered 12/3, 2012 at 16:33 Comment(0)
W
1

I had this issue with my device several times. Unplug the device. You should be able to fix this simply by restarting the adb server. or, kill the adb server and restart the eclipse.

c:>adb kill-server

Restarting the eclipse will start the adb server.

Whiplash answered 12/3, 2012 at 16:41 Comment(0)
A
0

Unplug the device and replug it. ADB will refind the device and it should work.

Akmolinsk answered 12/3, 2012 at 16:34 Comment(1)
You may have to reboot your phone, I had to yesterday when eclipse bugged on me in a similar fashion and replugging didn't fix the issueLindbergh
S
0

Update your sdk manager. Window> Android sdk manger.. And update

Southeast answered 3/9, 2013 at 9:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.