在使用cocos的命令(cocos run -p android)运行apk时可能会报error:more than one device and emulator 错误, 这个错误其实主要是因为当前链接电脑不止一个android设备引起的。 此时可以使用adb devices 来查看设备列表, 其中可能会有一个emulator-5554 设备, 这个设备其实是你在电脑上安装了android虚拟机。
解决这个问题的办法就是: 1.windows + r,2.输入services.msc,3.stopBlueStacks Android Service。