Android DDMS - send calls to actual device

2019-02-13 14:33发布

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条回答
干净又极端
2楼-- · 2019-02-13 15:09

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

查看更多
登录 后发表回答