Android Eclipse:多个调试窗口连接到不同的设备实例

发布于 2024-12-27 04:59:10 字数 190 浏览 1 评论 0原文

我正在调试短信应用程序。我可以启动两个模拟器。我可以打开两个调试窗口。我可以连接两个调试窗口来打开设备。我想将一个调试窗口连接到每个不同的设备。我想在两台设备上调试该应用程序。一台设备发送短信,另一台设备接收该短信。我想在不同的调试窗口中同时调试发送和接收。

将一个调试窗口连接到一个设备,并将另一个调试窗口连接到另一台设备。然后在他们之间发送短信。

I am debugging a sms app. I can start two emulators. I can open two debug windows. I can connect both debug windows to open device. I want to connect one debug window to each different device. I want to debug the app on both devices. One device sends SMS and the other receives that SMS. I want to debug sending and receiving at the same time in different debug windows.

Connect one debug window to one device AND connect another debug window to another device. Then send SMS between them.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南城追梦 2025-01-03 04:59:10

至少在 Eclipse 中可能是不可能的..

等等..我不知道这是否有帮助,但如果原始输出不是那么糟糕,你可以连接到在每个模拟器启动时接收来自该模拟器的 adb 服务器端口在不同的端口上获取一个新的 adb 客户端..它是一个奇数端口,通常是模拟器端口号的数字。

Its probably not possible at least in Eclipse..

Wait.. I do not know if this will help but if the raw output is not that bad yu could connect to the adb server port that is receiving form that emulator as each emulator is started you get a new adb client on a different port..it be a odd number port usually one up in number form the emulator port number.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文