Android DDMS - send calls to actual device

主宰稳场 提交于 2019-11-30 05:21:50

问题


Does anyone know how (or if it's possible) to simulate a call to an actual device (i.e. USB debugging) using the DDMS in eclipse? I have no problems simulating calls to the emulator and the app I'm writing runs fine in both the emulator or the device.

Platforms:
IDE: eclipse on a mac
Android Device: droid incredible, usb debugging enabled
other: <application android:debuggable="true">


figured out you can't call an actual device from the emulator.


回答1:


In the DDMS view, you have a tab called Emulator Control . You can set Incoming Number in here and call.



来源:https://stackoverflow.com/questions/4665164/android-ddms-send-calls-to-actual-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!