Issue
I'm not sure this is NativeScript or GenyMotion error.
tns emulate android --geny "devices name"
and I got this error Spawn player ENOENT
.
Any idea how to fix this?
Solution
There are a couple reasons you can this error.
First make sure you have https://www.genymotion.com/ Installed, if you don't have it installed then the --geny won't work and fail.
Make sure that you can start that specific VM from inside GenyMotion.
On Windows, you need to make sure that
C:\Program Files\Genymobile\Genymotion
is in your path. (Assuming you installed GenyMotion to the default path.) On Linux & MacOS I believe it will already be in your path.
One way to verify if GenyMotion is in your path on any of the Operating systems is to type:
genyshell
At a command prompt/shell; if it loads then you can type "quit" to exit. But this will verify that all the GenyMotion support files can be ran from anywhere on your command line.
Answered By - Nathanael
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.