美文网首页
雷电模拟器4.0无法设置代理的问题

雷电模拟器4.0无法设置代理的问题

作者: zhd______ | 来源:发表于2021-06-08 17:39 被阅读0次

官方说3.0支持,4.0应该是一个bug
我们还可以通过adb的方式设置代理

获取本机ip


image.png

添加代理

adb shell settings put global http_proxy 192.168.4.199:8888

移除代理

adb shell settings delete global http_proxy&adb shell settings delete global global_http_proxy_host&adb shell settings delete global global_http_proxy_port

或者没有delete命令时

adb shell settings put global http_proxy :0

重启生效

相关文章

网友评论

      本文标题:雷电模拟器4.0无法设置代理的问题

      本文链接:https://www.haomeiwen.com/subject/qcneeltx.html