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 trialjuanpablobadino
3,488 PointsAfter I run the emulator, the window for it appears but it just stays black the whole time. What shall I do?
I have been waiting for a couple of hours just in case it is taking long for being the first time, but nothing happens; no android logo nor anything else.
4 Answers
Paul Marino
Courses Plus Student 12,751 PointsHey Juan! I've had those similar issues. Are you using the newest release of Android Studio, with the updated AVD Manager? If not (or if you're using Eclipse), you should see an option when you're creating the device, to "Use Host GPU" in the Emulation Options (try enabling/disabling that checkbox). If you're using Android Studio Beta 0.8.12+, It seems they've removed the checkbox to select/deselect the host GPU, in which case, in your AVD Manager, under the "Actions" tab, you'll see a drop-down menu where you can select "Show on Disk"... if you edit the "config.ini" file in there, you'll see the settings: "hw.gps=yes" and "hw.gpu.enabled=yes". Maybe try setting those to "no" instead, and see if that works. I've had similar issues recently with the Android L x86 preview images. Hope that helps!
juanpablobadino
3,488 PointsThank you very much for such a comprehensive answer, Paul. It worked with the "Use Host GPU" thing for me, thanks!
Paul Marino
Courses Plus Student 12,751 PointsNo problem! Glad it worked out!
Mustafa Eid
332 PointsThank you Mr.Marino for quick respond, Actually I am using Android Studio Beta 0.8.9 and I don't knew how to edit the "config.ini" file
aneesh kumar
1,426 PointsHey , I'm just as new to this as you re I think. I faced the same issue with the emulator with the settings prompted by the instructor. I created a new emulator with new settings. Used nexus one instead. Try it.
Mustafa Eid
332 PointsMustafa Eid
332 PointsI have same problem and i could not find Actions tab, to see a drop-down menu under the tab titled "Actions" . Could you help me for this please if you do not mind,thanks.
Paul Marino
Courses Plus Student 12,751 PointsPaul Marino
Courses Plus Student 12,751 PointsMustafa, are you using Eclipse or latest version of Android studio?