Android emulator no internet connectivity

前端 未结 2 1234
情深已故
情深已故 2020-12-18 16:08

I\'m running under windows xp sp3 and i have no firewall, no proxy, my internet connection works perfectly but android emulator have no connection (browser and app), i\'ve t

相关标签:
2条回答
  • 2020-12-18 16:14

    try to go to Settings > Wireless & Networks > Enable Wifi (if you get an error, restart emulator till it works ( its a bug in emulator, we all have this)

    0 讨论(0)
  • 2020-12-18 16:23

    Start your from command prompt prompt like

    your_path_of_android_sdk\tools\emulator -avd <AVD Name> -dns-server 8.8.8.8

    I think this will help you out as a temporary solution.

    0 讨论(0)
提交回复
热议问题