Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

emulator: incompatible HAX module version 3 requirs minimum version 4

where is problem?

emulator: incompatible HAX module version 3 requirs minimum version 4

emulator: no accelarator found

emulator: failed to intialize HAX: invalid argument

like image 417
vahid khakpoor Avatar asked May 24 '18 11:05

vahid khakpoor


2 Answers

Open SDK Manager and update HAXM.

Tools > SDK Manager > SDK Tools > Intel x86 Emulator Accelerator (HAXM installer)

like image 145
brybry Avatar answered Oct 04 '22 21:10

brybry


First of all go to Tools>SDK Manager>SDK Tools.

Then you can see the list of SDK developer tools available. SDK developer toolsThe tools which were already installed are checked and others are unchecked. Moreover, you can see the status as 'Not installed' or 'Installed'.

Most probably, 'Intel x86 Emulator Accelerator (HAXM installer)' is checked in your system. First uncheck it and then click on Apply button. Then program will redirect you for uninstallation of the accelerator.

After you get the message as Uninstallation successful, tick the checkbox again and click Apply button which will trigger the installation again.

After installation Go to Tools>AVD Manager and run whatever Virtual device you want.

like image 34
Hareen Laks Avatar answered Oct 04 '22 22:10

Hareen Laks