我正在开发cordova上的android应用程序。现在我需要在连接到Machine的多个设备上测试我的应用程序。
adb devices
显示
List of devices attached
015d3f1935041019 device
2a52344 device
但meteor run android-devices --verbose
单独安装单个设备并显示
error: more than one device and emulator
- waiting for device -
有没有办法在多个设备上运行应用程序?