Ionic emulate - Error running on machine with AMD processor

0

When I try to give ionic emulate android it gives the following error:

  

emulator:   Requested console port 5584: Inferring adb port 5585.   emulator: ERROR: x86 emulation currently requires hardware acceleration!   Please ensure Intel HAXM is properly installed and usable.

     

CPU acceleration status: Androi   d Emula   tor re   I want   s an In   tel pr   the process   r with    VT-x   and NX    support   . Your CPU: 'AuthenticAMD'

So I researched the error and tried some solutions, like the ones suggested here , but I could not solve it.

I tried to run a simple app with Android Studio to see if the problem was not unique to ionic and I ran into the same error.

I use a Windows 7 Professional SP1 machine with a 64-bit AMD processor.

    
asked by anonymous 31.10.2016 / 16:27

1 answer

0

Searching I found this solution:

  • Go to Control Panel
  • Programs and Features
  • Enable or disable Windows features
  • Uncheck "Hyper-V" in the window that opens
  • Restart your computer
  • Source: link

        
    31.10.2016 / 16:49