Home 模拟器网络设置代理
Post
Cancel

模拟器网络设置代理

列出所有模拟器名称(

1
2
emulator -list-avds  # 列出所有模拟器名称(如:Pixel_5_API_33)

执行代理命令启动

1
2
emulator -avd 模拟器名称 -http-proxy http://代理IP:端口
# 示例:emulator -avd Pixel_5_API_33 -http-proxy http://127.0.0.1:8888

weixin.png

公众号名称:怪味Coding
微信扫码关注或搜索公众号名称
This post is licensed under CC BY 4.0 by the author.