luky
luky

Reputation: 2370

android emulator's wifi says "connected no internet"

so no internet works on the emulator and also not (of course) for example in my map application (which is probably the reason why the map doesn't load).

why it doesn't work?

android studio 3.2 canary 14, emulator Nexus 5X API 26, i think it is that one x86_64 but x86 didn't work too. Mac OS High Sierra.

enter image description here

Upvotes: 6

Views: 5641

Answers (1)

reidisaki
reidisaki

Reputation: 1524

have you tried this? your_path_of_android_sdk\tools\emulator -avd -dns-server 8.8.8.8

Upvotes: 10

Related Questions