Has anybody managed to get the Android Emulator working behind a proxy which requires authentication?
I\'ve tried setting the -http-proxy argument to
Using Android SDK 1.5 emulator with proxy in Eclipse 3.45
Go to Package Explorer -> Right click your Android project ->Run As->Run Configurations.
Under Android Application on the left column, select your project -> on the right column, where you see Android | Target | Common tabs ->
Select Target -> on the bottom “Additional Emulator Command Line Options”->
-http-proxy http://www.gateProxy.com:1080 -debug-proxy http://www.gateProxy.com:1080
->Run/Close.