ADB 多设备中指定设备的启动

进入指定设备的 shell

adb -s 序列号 shell

重启指定设备的应用

adb -s 1908620 shell am start -n "com.XXX.XXXX/com.XXXX.XXXXX.ui.SplashByGlassAct"

相关推荐