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 trialhimani arora
Courses Plus Student 259 Pointsandroid emulator not starting
getting this message :
\Android\android-studio\sdk\tools\emulator.exe" -avd Android442 -netspeed full -netdelay none
2 Answers
James Simshaw
28,738 PointsHello,
That message is normal for anytime you open the default emulator. If you're getting just a black screen, or just the word Android across the screen, you are running into a common problem with the default Emulator. If you have an Intel CPU or are running Linux, you could try utilizing some hardware acceleration. First you need to make sure virtualization is enabled in your BIOS. Instructions for getting HAXM running with Intel CPUs on Windows can be found here. On Linux, it should be as simple as using an x86 device on the emulator. Please let us know if this helps or if you need more assistance.
James Simshaw
28,738 PointsThere's also the option of using Genymotion. Available here.
himani arora
Courses Plus Student 259 Pointsthanks , let me try using Genymotion.
himani arora
Courses Plus Student 259 Pointshimani arora
Courses Plus Student 259 Pointsthanks , But i am not getting any screen after this message..the emulator isn't opening maybe..
James Simshaw
28,738 PointsJames Simshaw
28,738 PointsCould you try running the emulator manually and add the -debug-all flag at the end of the command?