When I use the Mac OS X Terminal to navigate to the folder with my Android Emulator and type emulator
, I get:
command not found
Here's what happens:
$ emulator -bash: emulator: command not found
How do I get it to work?
If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.
The current directory is not normally included in your $PATH
on a *nix operating system like OS X; to execute a program in the current directory, precede it with the path to the current directory (.
):
$ ./emulator
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With