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

emulator not working

my emulator is just showing me a white screen?what is the possible error?

1 Answer

Daniel Hartin
Daniel Hartin
18,106 Points

Hi Mohit

The standard emulators provided by android studio are a bit clumsy and slow at best, and damn right annoying at others. I would try using genymotion as an alternative to the standard android emulators, which can be found using the link below

https://www.genymotion.com/#!/

of course nothing really replaces an actual device and if you have an android phone or tablet lying about anywhere I would use that! (all of my testing is done on a real device)

If you are set on using the built in emulators try using lower settings where possible as they can be quite intense. On windows machines in particular make sure to set the RAM of you emulator to 512mb or lower and be aware that these will still run incredibly slow compared to other software installed on your computer.

Hope this helps

Daniel