摘要:
启动模拟器调试查找app包名,执行ADB指令时,报错error: more than one device and emulator。 碰到这种情况,首先要查一下,是不是真的有多个设备或模拟器。adb devices发现还真是多个设备,那就需要为ADB命令指定设备的序列号了。adb -s 设备名 s 阅读全文
摘要:
在genymotion安卓模拟器上测试程序,想要查找设备虚拟地址, DOS窗口输入命令:adb devices 1、报错信息 显示adb server version (39) doesn't match this client (41); killing... 2、问题分析 genymotion中 阅读全文