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
Post a Comment