如何解决Android Studio中多个连接设备中显示的模拟器
我想问您有关如何在Android Studio中(尤其是在3.1版中)检测模拟器的信息.我有一个问题,当我同时运行Nox Emulator和MEMU时,单击在Android Studio中运行"时,已连接的设备"列表仅显示一个显示在对话框中的设备.我还重新启动了Android Studio和两个模拟器,结果是相同的.
I want to ask to you about how to detect emulator in Android Studio especially in version 3.1. I have problem that when I run Nox Emulator and MEMU together, the connected devices list shows only one that has displayed in dialog when I click run in Android Studio. I also restarted Android Studio and both emulators and the result is the same.
如何在连接的设备列表对话框中显示两个仿真器?预先谢谢你.
How can I display both emulators in the connected devices list dialog? Thank you in advance.
它应该在没有任何进一步自定义的情况下出现.我已经使用Nox Emulator一段时间了,您必须做一些技巧才能使其在调试中起作用:
It should appear without any further customizations. I have used Nox Emulator for a while and you have to do a little trick to make it work for debugging:
- 点击Android Studio上的
debug
或run
按钮 - 等待弹出窗口打开(列出已连接设备的弹出窗口)
- 运行Nox仿真器
- Nox准备就绪并运行后,它应该会出现在您已连接的设备列表中.
- Click the
debug
orrun
button on Android Studio - Wait for the popup to open (the one where it lists the connected devices)
- Run Nox Emulator
- After Nox is ready and running, it should appear on your connected devices list.