Android emulator-5554 offline

Posted by hanesjw on Stack Overflow See other posts from Stack Overflow or by hanesjw
Published on 2010-06-30T19:25:32Z Indexed on 2012/09/15 21:38 UTC
Read the original article Hit count: 169

Filed under:
|

I'm having a problem with emulator-5554, it keeps telling me it is offline.

When I do a 'adb devices' from the command line it says

emulator-5554 offline

Even after a fresh restart, I try that command and it still says it is offline.

The problem is when I try to install .apk files to the emulator using 'abd install path' from the command prompt, it tells me that it is offline, if I create another device and run that one, then try to install the .apk files, it says i have too many devices connected. So in other words, I can't install my .apk files.

How in the world can I get rid of that damn emulator-5554? I heard that if you do a restart, it should clear all the devices, but that does not seem to be working. It is like it is getting initialized when my computer starts up. Has anyone run into this issue?

Thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about android-emulator