Android virtual machine

1

When starting the Android virtual machine I get this:

Starting emulator for AVD 'AVD_for_Samsung_Galaxy_Tab'
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAXM is not installed on this machine

Why can it be? I have tried to change everything but it remains the same. Greetings.

    
asked by Ruben 04.09.2017 в 09:59
source

1 answer

0

HAXM refers to the Intel Accelerated Hardware Execution Manager. In this case, when you try to initialize your Android Virtual Device (AVD) it displays the message:

  

Starting emulator for AVD 'AVD_for_Samsung_Galaxy_Tab'   emulator: ERROR: x86 emulation currently requires hardware acceleration!   Please ensure Intel HAXM is properly installed and usable.   CPU acceleration status: HAXM is not installed on this machine

since it surely is not installed.

In previous versions of Android Studio 2.0 it was sufficient to install it from the Android SDK Manager, now to install it in Android Studio, go to File > Settings > Android SDK > SDK Tools and go to Intel x86 Emulatir Accelerator (HAXM installer):

More information:

link

    
answered by 04.09.2017 / 17:19
source