I have defined an AVD using the Android SDK AVD Manager application. When I press the "start" button in AVD Manager, it starts correctly.
In Eclipse, I have the "andmore" android tool set installed. It has a list of available devices that shows the AVD I defined, so clearly it is checking the right place to find them. The links from the Eclipse menus to open the SDK and AVD manager applications work, so the paths are clearly set up correctly.
Yet, when the AVD is running, Eclipse doesn't realise it: it states it is "offline" and refuses to attempt to install any applications on it. And if I stop it and try to start it via the Eclipse UI, it says that it is starting, then immediately stops with the error message "The Android emulator process has unexpectedly stopped running. The instance mm800 is now stopped."
I cannot find any information in the Eclipse error log about why the emulator may have stopped. Nothing appears in the console window, either. Where can I find information about what is going wrong? How can I debug this problem?
For reference:
- Eclipse neon (4.6.0)
- Andmore 0.5.0
- Android SDK Tools 25.1.7
- Android SDK Platform tools 24.0.2
- HAXM 6.0.3
- The AVD I'm trying to use is using the Android 6.0 Google APIs x86 image.