一、环境要求:
Windows10系统,Windows PowerShell,mumu模拟器(ver:2.2.16(x86))
二、操作步骤:
1. 修改mumu安装目录下的:MuMuemulator emuvmsmyandrovm_vbox86myandrovm_vbox86.nemu内容
<GuestProperty name="frontend_port" value="22471" timestamp="1569220210813778300" flags=""/>
中的22471(参考,以实际为准)为自定义端口。此处自定为:7556
2. adb kill-server
3. adb start-server
4. adb connect 127.0.0.1:7556
5. adb devices查看设备是否展示 未展示重试1-4步骤
6. adb shell 'logcat|grep cocos' 打印cocos日志
三、Win7端打印(补充)
1. adb下载,并配置环境变量。
2. 使用cmd窗口,重复(二、操作步骤:)即可。