Android emulator http-proxy SSL handshake failure Android emulator http-proxy SSL handshake failure android android

Android emulator http-proxy SSL handshake failure


Android Developers gives two methods for supplying proxy; the one you used and an environment variable method. Maybe try the env var and see if it works?

From the Android Developers page:

If the -http-proxy command is not supplied, the emulator looks up the http_proxy environment variable

I found the details on the Android Developers page.