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 Creating the Screen Layout Getting to Know Our Tools

Got <Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!> eror,

Got this eror Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration! already did everything that i found on stackoverflow but it anywhere doesnt work help pls

2 Answers

Ari Misha
Ari Misha
19,323 Points

Hiya there! You're probably getting this error 'coz you IDE or Development Environment requires a few hardware accelerations like sensors, GPS accelerators, SD Card accelerators etc. All the hardware accelerations ship with Emulators. Hence, your IDE or Android Studio lacks packages to fire the Emulator. Also, you might try using a real physical Android device. Most of the time I use my Pixel phone instead of Emulators, which is actually a better option than an Emulator.

To install an APK on your real device, you only have to install AVD locally and run the Gradle tools to build the APK and let it install on your physical device. But do remember to enable developer settings on your physical device and enable USB debugging in developer settings on your phone. And If everything goes well, you won't have to install Emulators at all.

Here is the link that can help you a lot: Run on a Real Device

I hope it helped!

~ Ari

Thank U for helping,but I already found the answer. I just turned ON Intel bla bla bla in BIOS,and reinstall x86

so how to install missing packages?