在 cmd 中执行 adb 命令,如果有多个模拟器同时打开会报这个错:more than one device/emulator 这时只需要添加-s 参数指定其中一个模拟器即可。
adb devices //查看设置列表 adb -s emulator-5556 root //将名为 emulator-5556 的模拟器 root