Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin: Failed to open a session for the virtual machine Nexus 7 (Lollipop)

I am using Xamarin Andriod player for VS 2015,

enter image description here

I looked into this error and I think it is due to virtualization being disabled in windows BIOS. I have enabled and tried again, still it is exists. I have checked the Xamarin VS log. It is shown error as:

 Failed to open a session for the virtual machine Nexus 7 (Lollipop).

 Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND).

 Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).

I am not sure what to do next to fix this, could some one help me please?

like image 934
Developer Avatar asked Apr 21 '16 10:04

Developer


1 Answers

You can try this:

  1. Open Windows Network Connections
  2. Right click on VirtualBox Host only adapter that created
  3. Choose properties
  4. Check "VirtualBox NDIS6 Bridged Networking driver"
  5. disable and Enable the adapter

like image 103
nitinkumarp Avatar answered Oct 23 '22 04:10

nitinkumarp