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 Build a Simple Android App with Java Getting Started with Android A Brief Introduction to Android Tools

warning: unable to install Intel HAXM Your CPU does not support required features (V-x or SVM).

I was able to download Android Studio as discussed in the video but I did get a message appear under the downloading components:

Unable to install Intel HAXM Your CPU does not support required features (VT-x or SVM). Unfortunately, your computer does not support hardware accelerated virtualization. Here are some of your options: 1) Use a physical device for testing 2) Develop on a Windows/OSX computer with an Intel processor that supports VT-x and NX

I'm assuming I can still use my computer to continue with the treehouse course but will be unable to use the virtual device for testing output results. Is this correct? And I have an iPhone so cannot test on a physical device...any advice about options would be appreciated.

I think it's because my PC has AMD processor...

2 Answers

Please check your Bios for VT-x support. By default its turned off on some machines. AMD calls this feature AMD-v.

https://www.howtogeek.com/213795/how-to-enable-intel-vt-x-in-your-computers-bios-or-uefi-firmware/

cf: https://developer.android.com/studio/run/emulator-acceleration

I already enabled virtualization in my Bios settings on my desktop. I installed Android Studio on my laptop which does have an Intel processor and it seems to be working so far.