more than one device/emulator
侧边栏壁纸
  • 累计撰写 188 篇文章
  • 累计收到 24 条评论

more than one device/emulator

五好
2018-11-06 / 0 评论 / 1,002 阅读 / 正在检测是否收录...

今天在运行 adb shell 的时候 报了这个错误"more than one device/emulator",
解决之道:

adb devices
List of devices attached
192.168.0.102:5555    device
emulator-5554    offline

adb shell 时 指定 对应的 devices

adb -s192.168.0.102:5555 shell 即可

0

评论 (0)

取消