在android studio中同时调试多个设备

时间:2018-03-28 09:30:03

标签: android android-studio debugging

我根据客户端 - 服务器编程创建了一个应用程序。我可以同时在多个设备上运行该应用程序,现在我想同时在多个设备上调试该应用程序,这样我就可以同时检查客户端和服务器的流量。

在Android工作室有可能吗?如果是,那么我怎样才能实现?

2 个答案:

答案 0 :(得分:0)

I believe you can start multiple instants by ctrl selecting your devices in the 'Deployment Target Options' pane.

There's annotation prepended in the 'Run' pane on which device is outputting... [DEVICE]-[DEVICE_NAME]-[SERIAL_NUM]

答案 1 :(得分:0)

您可以通过创建多个启动/调试配置并将它们分配给同一模块来实现。然后只需在不同设备上运行调试每个配置即可。