Has anybody managed to get the Android Emulator working behind a proxy which requires authentication?
I\'ve tried setting the -http-proxy argument to
Start command prompt.
Go the folder where your emulator is located. In general, it will be in the tools folder of the Android SDK.
Then use the following command:
emulator -avd -http-proxy :
By using this, we will be able to access the internet using the browser.