首页 > 解决方案 > 如何使用 adb 设置代理身份验证

问题描述

如何使用 adb 设置代理身份验证

我试过了

adb shell settings put global http_proxy 192.168.225.100:3128
adb shell settings put global global_http_proxy_host 192.168.225.100
adb shell settings put global global_http_proxy_port 3128
adb shell settings put global global_http_proxy_username foo
adb shell settings put global global_http_proxy_password bar

但它不起作用

标签: adb

解决方案


推荐阅读