Skip to content

Instantly share code, notes, and snippets.

@aurbano
Last active August 29, 2015 13:58
Show Gist options
  • Save aurbano/9971050 to your computer and use it in GitHub Desktop.
Save aurbano/9971050 to your computer and use it in GitHub Desktop.
Android Emulator launch batch script using a proxy and a custom AVD
@ECHO OFF
ECHO Launching Emulator
ECHO Using AVD: AVD_for_4_WVGA_Nexus_S
emulator -avd "AVD_for_4_WVGA_Nexus_S" -verbose -http-proxy "http://20.42.128.36:8080" -netfast -gpu on -no-boot-anim -noaudio
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment