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 trial

Android Creating and Running a Virtual Device

Tomer Bahar
Tomer Bahar
1,336 Points

"Your CPU does not support required features (VT-x or SVM)". How can I run the emulator with an AMD CPU PC?

Hey guys!

After setting up and running the Android Studio program I came to find out that I need an Intel CPU to enable the HAXM, but since I have an AMD CPU I got the following prompt: "Your CPU does not support required features (VT-x or SVM)". My question is, How can I run the emulator with an AMD CPU PC? What are my options at this point?

Thanks a bunch!

2 Answers

Seth Kroger
Seth Kroger
56,413 Points

If you have an AMD CPU, you'll have to use one of the arm images instead of an x86. You can also try out the 3rd party emulator Genymotion.

Tomer Bahar
Tomer Bahar
1,336 Points

Thank you! I sure will:)