可以尝试将Android模拟器的网络设置改为使用代理服务器。具体方式为:
adb shell settings put global http_proxy
其中,
adb shell settings put global global_http_proxy_host
adb shell settings put global global_http_proxy_port
请注意,以上命令需要使用ADB(Android Debug Bridge)工具来执行。确保已将ADB添加到PATH环境变量中。