Question:
1) I have proxy and when ever i need to access internet in emulator, i am using command prompt using the command $emulator -http-proxy http://<username>:<password>@<proxyIP>:<port>
Is there any other alternative way which i can try bypassing the proxy in eclipse ?
2) To push video/audio files to sdcard(emulator) i will dot by following steps,
$ mksdcard 1024M MySdcard.iso
$emulator -sdcard MySdcard.iso (it works) similarly how i can do both $emulator -http-proxy http://<username>:<password>@<proxyIP>:<port> and $emulator -sdcard MySdcard.iso all together in one single command ?
Could you please help.

