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
如果调试时,需要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