0

I just installed Xamarin Android Player to test my Xamarin app. But I can't run emulator created in XAP.
VBoxManage command failed.
I read my log file but I don't know what wrong.
This is my log file. Please help me.

Fox Vĩnh Tâm
  • 150
  • 1
  • 2
  • 15
  • 1
    Hi Fox, about the out of memory issue, have you tried this? https://stackoverflow.com/a/36835891/2889347 that has helped me a lot in my personal case. – Federico Navarrete Jul 31 '18 at 12:57
  • @FedericoNavarrete Thank you very much, after reading your comment, I reinstalled Genymotion and setting as you guided and it works for me. Thank you. – Fox Vĩnh Tâm Jul 31 '18 at 17:06

1 Answers1

0

Xamarin Android Player is no more supported by xamarin, You can use

Visual Studio Emulator for Android or Genymotion

Naveen Tiwari
  • 301
  • 2
  • 12
  • I tried all of them but I have some problem with them. + **Genymotion**: Can't start emulator with API higher 19. With API 19, I always get OutOfMemory exception. + **Visual Studio Emulator for Android**: I just can deploy my app to emulator and can't debug my code. – Fox Vĩnh Tâm Jul 31 '18 at 01:53
  • I can't fix Xamarin Android Player. I reinstalled Genymotion and now it looked good for me. Thank you. – Fox Vĩnh Tâm Jul 31 '18 at 17:08