I am trying to run a simple hello world application in Android studio. While running it gave this error "cannot launch AVD in emulator... requires hardware acceleration. Please ensure intel HAXM is properly installed and usable".
So, I downloaded Intel x86 emulator accelerator (HAXM installer), then went to Android->sdk->extras->intel->hardware_Accelerated_Execution_Manager and executed intelHAXM_android.exe. During its execution I encountered the error " VT-x in not turned on".
1. While doing a bit research on this, I encountered this solution:
Control panel -> Programs -> Programs and Features -> Turn windows features on or off,
it displayed a list of features but I couldn't find Hyper-V option. How can I enable it, in order to run my application ?
2. I have also tried running the bcdedit command, then also it gave the same error "cannot launch AVD in emulator... requires hardware acceleration. Please ensure intel HAXM is properly installed and usable".
I am using Windows 10 Home. How should I enable it? Also I read somewhere that Windows 10 Home does not have Hyper-V feature then what is the alternative to run my application?
Thank you.