Why do I get a emulator-5554 disconnected message

2019-01-06 12:38发布

When I start my android emulator it takes some times then it will show the emulator-5554 disconnected message. Can anyone tell me what the problem is?

10条回答
Lonely孤独者°
2楼-- · 2019-01-06 13:06

Try running the emulator from the AVD Manager. Wait till you get the home screen and then run your project.

查看更多
欢心
3楼-- · 2019-01-06 13:12

See Related post

Another related post

And another

This worked on Linux for me:

  • Run Emulator (Wait for the home screen of the Emulator to load)
  • Click Window > Open Perspective > DDMS
  • In Devices Panel, click on drop down menu > Reset adb
  • Run project
查看更多
乱世女痞
4楼-- · 2019-01-06 13:15

I resolved it by following these steps,

  • Run Emulator
  • Keep the Emulator, (no matter same error occurs)
  • Make Sure the Home Screen of Emulator is appeared
  • go to Window -> Show Perspective -> DDMS --> In Devices Panel -> on Corner Drop Down Menu
  • Reset adb

I Hope it will helps you.

enter image description here

查看更多
来,给爷笑一个
5楼-- · 2019-01-06 13:17

Open the Device view of Android in Eclipse IDE. Then click the Reset Adb menu item on the device menu. Then run your application again.enter image description here

查看更多
登录 后发表回答