I'm trying to run a Hello World sample app in Eclipse with a Virtual Device (recently started learning Android) and the first problem I encounter is that when I try to run the app, I get this error in a pop-up window:
"Couldn't launch the emulator! Make sure the SDK directory is properly setup and the emulator is not missing."
To run it, I right click the project folder and "Run as... -> Android Application".
The emulator itself works fine when running from Android Virtual Device Manager, and I think the SDK directory is fine. This is my current path: "C:\adt-bundle-windows-x86_64-20140321\sdk", and in the "Windows -> Preferences" window I get a list, containing in the Target Name column:
Target Name
-Android 4.4.2
-Google APIs
-Google APIs (x86 System Image)
I don't know if that is what it's meant to be shown there.
Thank you for your time.
EDIT: I add some screenshots:
This is the error I get, plus some console info about what is going on: https://i.stack.imgur.com/5kJTr.png
Current run configuration: https://i.stack.imgur.com/tMLk4.png
SDK location: https://i.stack.imgur.com/xFs7Z.png
LogCat output: https://i.stack.imgur.com/FasSl.png
EDIT2: I restarted Eclipse and now it seems to be working, I don't know why. The following appeared in the console now:
https://i.stack.imgur.com/fPRST.png
Looking for information about the HAX error, I found this post Running the new Intel emulator for Android
Problem seems to be solved.