简体   繁体   English

带有代理的Android Emulator:密码中是否包含“ @”?

[英]Android Emulator with proxy: “@” in the password?

According to Android documentation: 根据Android文档:

If your emulator must access the Internet through a proxy server, you can use the -http-proxy option when starting the emulator, to set up the appropriate redirection. 如果仿真器必须通过代理服务器访问Internet,则在启动仿真器时可以使用-http-proxy选项来设置适当的重定向。 In this case, you specify proxy information in in one of these formats: 在这种情况下,您可以使用以下格式之一指定代理信息:

http://<machineName>:<port>

or 要么

http://<username>:<password>@<machineName>:<port>

What if my password contains the special caracter "@" ???? 如果我的密码包含特殊字符“ @”怎么办?

尝试将密码中的“ @”编码为%40

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM