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: http://i.imgur.com/uT1PJJl.png
Current run configuration: http://i.imgur.com/rJEcFUk.png
SDK location: http://i.imgur.com/BkNbAsj.png
LogCat output: http://i.imgur.com/HvsHPJ2.png
EDIT2: I restarted Eclipse and now it seems to be working, I don't know why. The following appeared in the console now:
http://i.imgur.com/Hb8vsdE.png
Looking for information about the HAX error, I found this post Running the new Intel emulator for Android
Problem seems to be solved.