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 (2014) Getting Started with Android Creating the Fun Facts Project

PANIC: Missing emulator engine program for 'arm' CPUS.

Whenever i run emulator it shows this . i downloaded the whole api 14 package in sdk manager. still ? any thoughts ?

Running on MAC

This was the case for any CPU/ABI target I selected. I checked my sdk/tools directory and it did contain all of the files emulator64-* (arm, mips, x86). There were no issues with Anti-Virus blocking these directories or files.

I was able to resolve this by renaming emulator64-arm to emulator-arm. similarly others too