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 Running the Fun Facts Project

Daniel Vido
Daniel Vido
4,824 Points

Emulator does not start

I get this error message when trying to run the app:

PANIC: HOME is defined but could not find Nexus_5_API_22_x86.ini file in $HOME.android\avd (Note: avd is searched in the order of $ANDROID_AVD_HOME,$ANDROID_SDK_HOME.android\avd and $HOME.android\avd)

1 Answer

Hello,

Looking at this and this at stackoverflow and your error message lead me to believe that either your AVDs are stored somewhere weird, or your $HOME variable needs a / at the end of it. If you still need more help, could you post where you're keeping your AVDs and what your $HOME variable is(You can strip sensitive information out of those paths by filling putting placeholders. For example C:\Users<myUser>.android.avd)