I haven't been able to find anything on this. Apologies if this duplicates anything in existence.
I'm currently have a virtual version of Ubuntu 10.10 accessing a shared folder in my main OS (Arch Linux) to build Android. I can successfully build it and run the emulator from my virtual machine. (The make file updates my shell appropriately, correct?) When I go to my actual OS and try to run the same emulator, I get an error that states:
$ ./out/host/linux-x86/bin/emulator
emulator: ERROR: You did not specify a virtual device name, and the system directory could not be found
I have tried setting ANDROID_PRODUCT_OUT to the same value on my actual computer, but I still get the same error. Is this just a simple error, or should I just stick to running the emulator on my virtual machine?