I am trying to setup android studio in my computer and almost everything's done but the last one and that is setting up the emulator. When I try to start it by clicking on AVD Manager I get this error.
Cannot launch AVD in emulator.
Output:
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX kernel module is not installed!
I have tried to solve this issue by doing the following:
- Going into the directory ........
sdk\extras\intel\Hardware_Accelerated_Execution_Manager\
and then running the exe file"intelhaxm-android.exe"
to install manually. However, it did not work as well and gave the error saying thatVT not supported
.
To solve that problem I checked that in BIOS and found out it was already enabled.
Then, I searched more about it and found out that the anti virus may be causing it. So, about that, firstly, I do not have any Anti-virus installed yet and secondly I also deactivated Windows Firewall but still getting the error.
And,,,,,,,,,,,,,,,,,,,,,,this question is not a duplicate of this question
Emulator: ERROR: x86 emulation currently requires hardware acceleration
or any other one on stackoverflow.