i Wish to test my app which needs network access on avd and on api 25. i am currently on a proxy network .i have looked at some of the answers from stackoverflow and have also looked at developer.google docs for doing this. I have tried starting the emulator from the command line by passing the necessary parameters using -http-proxy but it doesn't seem to work.The emulator starts but there is still no network access. Also i have changed the apn settings according to my proxy but that just limits my connection to the browser. and hence is not useful for my app. What should i do?? i use android studio 2.3.2 on windows 10.
8
- Quick question did this work in a non-proxy environment?user5348307– user53483072017-06-15 15:12:04 +00:00Commented Jun 15, 2017 at 15:12
- yes it does work .Abhivandit Verma– Abhivandit Verma2017-06-15 15:13:05 +00:00Commented Jun 15, 2017 at 15:13
- Have you set the dns parameter?anemomylos– anemomylos2017-06-15 15:16:46 +00:00Commented Jun 15, 2017 at 15:16
- what do you mean by that?? dint get youAbhivandit Verma– Abhivandit Verma2017-06-15 15:17:46 +00:00Commented Jun 15, 2017 at 15:17
- Read this: stackoverflow.com/questions/7252924/…anemomylos– anemomylos2017-06-15 15:19:08 +00:00Commented Jun 15, 2017 at 15:19
| Show 3 more comments