如果电脑没有配置代理,那么模拟器访问网络是不需要代理的。在某些环境下,当电脑访问网络需要代理时,模拟器也需要配置代理才能访问网络。 1 命令行下:emulator -avd myavd -http-proxy http://server:port2 Eclipse下 1> 打开运行配置 Run As> Run configurations > Android application > Target > Additional Emulator Command Line Options2>添加命令行参数
-http-proxy http://server:port 参考:http://stackoverflow.com/questions/1570627/how-to-setup-android-emulator-proxy-settings
Android 模拟器设定代理服务器
时间: 2024-11-25 08:59:55