本文介绍了亚行壳牌多台设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
>adb --help
...
-s <specific device> - directs command to the device or emulator with the given
serial number or qualifier. Overrides ANDROID_SERIAL
environment variable.
...
>adb devices
List of devices attached
emulator-5554 device
7f1c864e device
...
>adb shell -s 7f1c864e
error: more than one device and emulator
推荐答案
如果你不输入:
adb -s 7f1c864e shell
?
http://developer.android.com/tools/help/adb.html#directingcommands
这篇关于亚行壳牌多台设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!