Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why do I get a emulator-5554 disconnected message

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?

like image 739
saravanan Avatar asked Feb 25 '10 10:02

saravanan


People also ask

How do I turn my emulator online?

1. just click on "About the emulator" -> "Build Number" about 5-7 times. 2. This will open "developers options", go back and click on it and enable "USB debugging" to bring it online.


Video Answer


2 Answers

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

like image 100
Murat Avatar answered Oct 14 '22 08:10

Murat


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

like image 33
Pratik Butani Avatar answered Oct 14 '22 06:10

Pratik Butani