xna - Xamarin Android Player unable to find VirtualBox - How do I fix it? -


i have created windows phone 7 app using xna 4.0 want port on android monogame. using trial edition of xamarin business , want use emulator test game not have access physical android phone. have downloaded both xamarin android player , oracle vm virtualbox 5.0.4 (i think that's version i've installed, @ least). when open xamarin android player, i'm presented message:

unable find virtualbox  error when attempting find virtualbox please check it's installed , try again.  xamarin android player exit. 

no version of visual studio or virtualbox open , running when i'm opening android player. know how fix issue can emulator running , test monogame version of app?

after installing latest preview release, v0.6.5.0 of writing this, ran same issue. appears xamarin android player expecting virtualbox registered %path% environment variable, doesn't happen during install process default.

in case, add c:\program files\oracle\virtualbox path , should able restart android player fine begin downloading emulator images.

here command-line approach append location existing path variable.

setx path "%path%;c:\program files\oracle\virtualbox" 

you can same edit through environment variables screen found under system properties screen.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -