Android adb shell报错:more than one device/emulator

使用环境:

一台电脑(win10),一个模拟器(mumu)

报错过程

在cmd中运行

adb kill-server
adb connect 127.0.0.1:7555
start study.py
 adb shell

出现报错

more than one device/emulator

查找原因

C:\Users\neo>adb devices
List of devices attached
10.192.229.32:

你可能感兴趣的:(Android,adb,android)