I have an application that built fine without any errors. But when I am trying to run that on the emulator, I am getting the following errors which are preventing it from launching.
1>emulator: ERROR: x86 emulation currently requires hardware acceleration!
1>Please ensure Intel HAXM is properly installed and usable.
1>CPU acceleration status: HAXM is not installed on this machine
I am on Visual Studio 2015 Community Edition on Windows 7.
Can someone please point me to what I am missing here?