Search code examples
androidsmartphone

Handset is not recognised by eclipse "offline"?


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


Solution

  • 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.