Android Emulator with proxy: "@" in the password? -


according android documentation:

if emulator must access internet through proxy server, can use -http-proxy option when starting emulator, set appropriate redirection. in case, specify proxy information in in 1 of these formats:

http://<machinename>:<port> 

or

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

what if password contains special caracter "@" ????

try urlencoding "@" in password %40.


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -