官方说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
重启生效
网友评论