android adb :error: more than one device/emulator解决方法
一、有时候电脑usb连接到多个adb设备,这个时候如果进行adb操作会提示error: more than one device/emulator
二、解决方法是为ADB命令指定设备的序列号了。adb help会提示“-s SERIAL use device with given serial (overrides $ANDROID_SERIAL)”,比如adb -s 序列号 logcat 或者adb -s 序列号 shell