How do I add -http-proxy to an android emulator launch from Android Studio 2.0

后端 未结 3 928
梦谈多话
梦谈多话 2021-01-02 23:27

I have a local dev web server running on a machine sitting next to me.

I use a hosts file locally on my laptop to map an url to the machine and apparently the andro

3条回答
  •  春和景丽
    2021-01-03 00:02

    I tried above steps but it was not coming. Finally the command prompt worked.

    emulator -avd  -http-proxy http://CharlesIP address:8888/
    

提交回复
热议问题