mumu 模拟器修改host

如果调试时,需要mumu模拟器连接本地电脑架的服务器,可以通过修改模拟器的host文件,
192.168.0.101电脑ip,
debug.mmm.local服务器域名



adb shell
vi /system/etc/hosts 127.0.0.1 localhost ::1 ip6-localhost 192.168.0.101 debug.mmm.local


posted on 2022-06-28 12:35  ZhYQ_note  阅读(1486)  评论(0编辑  收藏  举报

导航