Can not add google account in Google App Emulator

﹥>﹥吖頭↗ 提交于 2019-12-05 21:21:02
need_the_buzz

I have managed to solve this issue, The emulator was somehow not detecting the proxy settings. Then I fired the emulator from command prompt using the below command and it all worked fine and I have managed to add the google account.

emulator.exe -avd GoogleDevice -http-proxy @@@.@@.@@@.@@:$$$$ -debug-proxy

Note: @ is my proxy and $ is my port, GoogleDevice is the name of the device you would like to run.

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