android模拟器上网

1.在CMD命令下,切换到android\tools下

2.执行:android list avd

Available Android Virtual Devices:
    Name: Android2.2
    Path: C:\Documents and Settings\xxx\.android\avd\Android2.2.avd
  Target: Android 2.2 
    Skin: WVGA800
  Sdcard: 1024M

3.执行

emulator -avd Android2.2 -http-proxy  http://username:password@代理名:端口

你可能感兴趣的:(c,android,list,cmd,Path,tools)