Last active
August 29, 2015 13:58
-
-
Save aurbano/9971050 to your computer and use it in GitHub Desktop.
Android Emulator launch batch script using a proxy and a custom AVD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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