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

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -