Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialPei Chan
99 PointsI am trying to run the app on the emulator
I want to know if I am unable to install HAXM properly because it doesn't run intel? If so, is there a way around this?
Otherwise, when I try to run it appears as Cannot launch AVD in emulator. Output: emulator: WARNING: Classic qemu does not support SMP. The hw.cpu.ncore option from your config file is ignored. emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: Android Emulator requires an Intel processor with VT-x and NX support. Your CPU: 'AuthenticAMD'7
Thank you
5 Answers
Vechnet makuyana
3,870 PointsDid you try to use anothrr emulatorthat is not part of android studio like gennymotion
Vechnet makuyana
3,870 PointsTry to update the sdk tools HAXM should be part of one of the sdk tools
Pei Chan
99 PointsI installed it on the day so it shouldn't be out of date
Vechnet makuyana
3,870 Pointsjust check for HAXM because it might have not been installed
Viktor Khon
2,798 PointsI had the same problem and searched the web for answers until I found out that this function cannot be run on AMD processors... So my only solution that I found was to use my laptop that had Intel processors installed.
Bro Winchester
479 Pointswhen u download HAXM. make sure you go to its location and run it as administrator. that will fix your problem. location should be something like C:\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager
shad W
41 Pointsshad W
41 PointsMy computer has the same problem. Did you ever find out the solution to this problem?