VBoxManage falied team player error in Xamarin android on windows

After installing Xamarin Studio and the Android player, Xamarin along with Oracle VirtualBox. I created a demo code and installed the Nexus 4 (kitkat) virtual device in an Android player, but after launching the Xamarin application, the Android player starts working, but got the following window with an error.

enter image description here

+5
source share
2 answers

This worked for me:

Network Connections β†’ Right-click VirtualBox Host-Only Network β†’ Properties β†’ Enable (or disable, then enable) "VirtualBox NDIS6 Bridged Networking Driver"

+1
source

I found another question similar to the current question. see here

If you are using Windows 10, you need to install the latest version of the virtual box. You can get it from the Virtual Boxes Download Page .

Hope this helps.

+1
source

Source: https://habr.com/ru/post/1237420/


All Articles