How to allow the emulator to access internet in android?

怎甘沉沦 提交于 2019-12-11 02:38:52

问题


How to allow the android emulator to access internet ?


回答1:


You don't need to set any setting to access internet on emulator unless you are behind a proxy, in case you are behind a proxy start your emulator from command prompt with following command: C:/emulator -avd avdname -http-proxy http://your.proxy.ip:8080



来源:https://stackoverflow.com/questions/8818856/how-to-allow-the-emulator-to-access-internet-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!