kernelman
kernelman

Reputation: 1052

Android AVD run fails and HAXM install fails after SDK tools update

I just updated my android SDK tools to 26.1.1 as it was showing "Updates available", after that my AVD couldn't start, it gave following HAXM related error, although the HAXM was already installed and was working fine before the SDK tools update.

enter image description here

So I uninstalled the HAXM and tried to install it again, but the installation failed giving the following error :

enter image description here

enter image description here

Then I installed the HAXM separately, after downloading the latest ver from git repo (https://github.com/intel/haxm/releases/tag/v7.5.4) It got installed properly, but still the AVD is failing with same error.

enter image description here

Following the current state of my SDK Tools :

enter image description here

I am working on Win 10 Pro, x86_64, 4GB RAM, Core i7-3517U

Upvotes: 0

Views: 123

Answers (1)

Gaston Fassi Lavalle
Gaston Fassi Lavalle

Reputation: 488

Problem solved, you need to go to SDK manager and update Android Emulator to version 29.3.2 then try to install en SDK manager Intel x86 Emulator Accelerator (HAXM installer) and thats it. all working fine again.

Android emulator

Upvotes: 1

Related Questions