Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 679
luky Avatar asked May 15 '18 17:05

luky


People also ask

Why is my Android connected to WiFi but no internet?

A common reason why your phone has a WiFi connection but no Internet access is that there is a technical issue with your router. If your router is experiencing any kind of bugs or problems, that affects how your devices including your Android devices connect to the Internet.

Why is WiFi saying connected but no internet?

Outdated network driver Sometimes, an old, outdated, or corrupted network driver can be the cause of WiFi connected but no Internet error. Many times, a small yellow mark in your network device name or in your network adapter could indicate a problem.

Why does my Android tablet say connected no internet?

Check Your Date & Time Settings You may also encounter difficulties accessing the internet if your device's date and time settings are incorrect. On your Android device, go to Settings > System > Date & time and ensure you're using the network-provided time and time zone.


1 Answers

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

like image 92
reidisaki Avatar answered Sep 21 '22 02:09

reidisaki