我在adb中检测到2个设备.一个来自我的genymotion,另一个从我的真实设备:
$adb devices List of devices attached 192.168.57.101:5555 device e78ab88d device
我想在e78ab88d设备上运行我的离子应用程序.我该如何实现?
如果我运行离子运行android,它自动运行在我的genymotion设备上.它说,没有指定目标.
img no target specified
在特定设备上运行什么命令?
@R_301_323@
运行目标设备ID,类似于:
ionic run android --target=e78ab88d