user888734
user888734

Reputation: 3897

VS Emulator for Android has no internet connection

As the title says, my VS Android Emulator has no connection to the internet. In the Android screen, it says it's connected to WiFi, but browsing doesn't work.

Expect the problem is I am running Windows 10 in Parallels on my MacBook, but I don't know how to fix it. Windows "thinks" it's connected to ethernet.

My adapter settings in Windows look like this:

enter image description here

Hyper-V network settings for my emulator:

enter image description here

Network settings in Parallels is set to Bridged Network WIFI

enter image description here

Upvotes: 10

Views: 1770

Answers (2)

AMAN77
AMAN77

Reputation: 6302

Microsoft recently announced a release of VS for Mac. That will be a far more user friendly option or even better go straight for the gold and use Android studio 2. You really shouldn't have to run Parallels at all for what you are trying to do, and this is what is ultimately giving you problems in the first place. Even if you do solve this internet issue there will most likely be another issue that crops up and there are enough problems to deal with devving as it is.

Upvotes: 0

Shahraiz T.
Shahraiz T.

Reputation: 338

Try enabling Enable Virtual LAN Identification from your Hyper-V Network settings screen. If that doesn't work, you may try changing the switch and VLAN IDs until it works.

Upvotes: 3

Related Questions