在Windows 7的“管理员命令提示符”中,输入:
C:\Program Files (x86)\Android\android-sdk\tools>emulator -avd Nexus -http-proxy localhost.:8888 -port 5554 -debug-proxy
我返回以下内容:
C:\Program Files (x86)\Android\android-sdk\tools>server name 'localhost.' resolved to 127.0.0.1:8888
proxy_http_setup: creating http proxy service connecting to: localhost.:8888
server name 'localhost.' resolved to 127.0.0.1:8888
proxy_http_setup: creating HTTP Proxy Service Footer is (len=2):
'
'
http_service_connect: trying to connect to (null)
http_service_connect: using HTTP rewriter
tcp:(null)(252): connecting
tcp:(null)(252): connected to http proxy, sending header
tcp:(null)(252): sending 27 bytes:
>> 43 4f 4e 4e 45 43 54 20 28 6e 75 6c 6c 29 20 48 CONNECT (null) H
>> 54 54 50 2f 31 2e 31 0d 0a 0d 0a TTP/1.1....
tcp:(null)(252): header sent, receiving first answer line
tcp:(null)(252): received 'HTTP/1.0 503'
tcp:(null)(252): connection refused, error=503
http_service_connect: trying to connect to (null)
http_service_connect: using HTTP rewriter
tcp:(null)(332): connecting
http_service_free
当我在模拟器中打开浏览器时,我在Charles中有以下条目:
null:0
Failed
CONNECT request didn't include a port: (null)
HTTP/1.1
CONNECT
/127.0.0.1
如果我尝试使用我的IP地址,我会收到以下内容:
C:\Program Files (x86)\Android\android-sdk\tools>emulator -avd Nexus -http-proxy 192.234.2.90:8888 -debug-proxy
C:\Program Files (x86)\Android\android-sdk\tools>server name '192.xxx.2.xx' resolved to 192.xxx.2.xx:8888
emulator: Could not connect to proxy at 192.xxx.2.xx:8888: resource temporarily unavailable !
emulator: Proxy will be ignored !
如何在Android模拟器上正确运行Charles?
我已经阅读了有关在模拟器运行时在“设置”中设置代理和端口的其他帖子,但是在启用了-debug-proxy时收到了类似的错误。
感谢。
答案 0 :(得分:1)
这似乎是最新版Android开发工具r12的问题。
This bug report表示从r11降级到模拟器二进制文件将解决问题。转到Android SDK download page并将操作系统URL中的“12”更改为“11”。将该SDK安装到现有SDK的单独目录中,并使用该模拟器版本,直到Google修复此问题。
答案 1 :(得分:0)
正如对其他任何人的更新一样,这个问题已在r13
中得到解决答案 2 :(得分:0)
这是在VERSION 3.9修复过的错误。 http://www.charlesproxy.com/documentation/version-history/