Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android emulator disconnects on incoming call

I'm trying to debug an app that has PhoneStateListener, I'm testing it on API 18 ARM emulator. My debugger is connected fine until the point I try to simulate an incoming call through Eclipse DDMS (Telephony actions -> Voice call). Then my debugger disconnects and I'm not able to step through my code again.

Is this by design or an error?

like image 751
Axarydax Avatar asked Nov 02 '22 16:11

Axarydax


1 Answers

I am also faced this issue,

During call time adb gets disconnected

I have tried adb server start and stop using below commands

adb kill-server

adb start-server

* daemon not running. starting it now on port 5037 *

* daemon started successfully *

adb devices

List of devices attached

emulator-5554 device

like image 191
Mohamed kazzali Avatar answered Nov 11 '22 10:11

Mohamed kazzali