Solution :
Install your Intel x86 Emulator Accelerator by using the Android SDK Manager
If you have the Android Studio installed then you can start the SDK manager via the Tools -> Android -> SDK Manager. Your Android SDK Manager does not actually install the HAXM, it simply downloads it. In the top of your Android SDK manager window you can find that where is the installer is located on your PC.
Please open your subfolder extras\intel\Hardware_Accelerated_Execution_Manager, and run your installer manually as: intelhaxm-android.exe.
Now to use your intel HAXM, you need to have the CPU with virtualization support:
Before even attempting to use such a type of acceleration, you must first determine that if your development system’s CPU is supporting one of the below virtualization extensions technologies:
· Intel Virtualization Technology (VT, VT-x and vmx) extensions
· AMD Virtualization (AMD-V and SVM) extensions (Only supported for the Linux)
If the CPU does not have the virtualization support, you should use the ARM emulator instead.