Monday 21 May 2018

How to resolve error "Emulator: Incompatible HAX module version 3, requires minimum version 4" ?

Hi Everyone,

In this post we will gonna be know about how to resolve “Emulator: Incompatible HAX module version 3, requires minimum version 4” error.

When this error will come:
When I have tried to launch the Android emulator, we usually come across this error.

Solution: In order to use Virtual device, you need to install the intel HAXM (Hardware Accelerated Execution Manager).


In Windows:
  • In your Android SDK folder, look in extras\intel\Hardware_Accelerated_Execution_Manager\
  • Run intelhaxm-android.exe

In Mac:
  • Open the HAXM directory
                 cd $ANDROID_HOME/extras/intel/Hardware_Accelerated_Execution_Manager
  • Run the installer:
1.       Mount the HAXM *.dmg file, then run the *.mpkg contained inside it
or
2.       Execute $ ./silent_install.sh

Reference: 






No comments:

Post a Comment

Intoduction to Flutter

Hi All, I hope every one is doing good In this article, we will know about the introduction of Flutter.