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

My computer crashes when I try to open my AVD.

I'm not sure why, but when I try to open the AVD my computer crashes. This has happened twice. Anyone have any ideas?

1 Answer

Hi. It's difficult to say what may be the reason but first just make sure your system fits the requirements. Copy/pasting from the official page:

  • 3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator
  • 2 GB of available disk space minimum,
  • 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image)

The emulator loves RAM! So if your computer does not have much, make sure to close any other program that may be running in the background before launching your emulator. If that does not work, you can try using Genymotion emulator instead.

Hope that helps :)