0

Possible Duplicate:
Why do I get a emulator-5554 disconnected message

this error appears sometimes and sometimes my program run. "emulator-5554 disconnected! Cancelling 'com.helloG.CalculatorActivity activity launch'!" i do not understand why this happens,......:( please help me. my code is accurate by the way.

Community
  • 1
  • 1
Engr M Hassan
  • 1,222
  • 4
  • 14
  • 22

2 Answers2

4

you have to reset your adb. go to Eclipse IDE-->window--> Show Views --> device--> view menu --> reset adb

Yashwanth Kumar
  • 28,931
  • 15
  • 65
  • 69
0

Try this post, adb commands

navigate to android-sdk/tools/

and write 'adb reset' should work :D

Bercik
  • 139
  • 1
  • 14